Html Css Color HEX #BC21CF Deep Magenta

📋 copy color: '#BC21CF'

red 188 ◦ green 33 ◦ blue 207

#BC21CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BC21CF

Tints of Deep Magenta #BC21CF

RGB

 RED value IS 188 (73.83% from 255) = 43.93%

 GREEN value IS 33 (13.28% from 255) = 7.71%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 43.93%
G = 7.71%
B = 48.36%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC21CF (or 0xBC21CF) is known color: Deep Magenta. HEX triplet: BC, 21 and CF. RGB value is (188,33,207). Sum of RGB (Red+Green+Blue) = 188+33+207=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CF is #43DE30. Grayscale: #626262. Windows color (decimal): -4447793 or 13574588. OLE color: 13574588.

HSL color Cylindrical-coordinate representation of color #BC21CF: hue angle of 293.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC21CF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 33 207 -
CMYK 0.09 0.84 0 0.19
HSL 293.45º 0.73% 0.47% -
HSV(B) 293.45º 0.84% 0.81% -
XYZ 32.55 16.28 60.46 -
YUV 99.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 188 33 207 0.09 0.84 0 0.19 293.45 0.73 0.47
Hex BC 21 CF 9 54 0 13 125 48 2F
Octal 274 41 317 11 124 0 23 445 110 57
Binary 10111100 100001 11001111 1001 1010100 0 10011 100100101 1001000 101111

Color Harmonies of #BC21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21CF

Black with #BC21CF

Text Example


Text Example

White with #BC21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21CF; }

 p { color: rgb(188,33,207); }

 H1.HeaderClassName
 {
   color: #BC21CF;
 }
 .AnyTagClassName
 {
   color: #BC21CF;
 }
</style>

background-color css

<style>
 a { background-color: #BC21CF; }

 a { background-color: rgb(188,33,207); }

 div.DivClassName
 {
   background-color: #BC21CF;
 }
 .BgClassName
 {
   background-color: #BC21CF;
 }
</style>

border-color css

<style>
 span { border-color: #BC21CF; }

 span { border-color: rgb(188,33,207); }

 td.TdClassName
 {
   border-color: #BC21CF;
 }
 .TagClassName
 {
   border-color: #BC21CF;
 }
</style>