Html Css Color HEX #BC08C9 Deep Magenta

📋 copy color: '#BC08C9'

red 188 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #BC08C9

Tints of Deep Magenta #BC08C9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 47.36%
G = 2.02%
B = 50.63%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC08C9 (or 0xBC08C9) is known color: Deep Magenta. HEX triplet: BC, 08 and C9. RGB value is (188,8,201). Sum of RGB (Red+Green+Blue) = 188+8+201=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08C9 is #43F736. Grayscale: #535353. Windows color (decimal): -4454199 or 13174972. OLE color: 13174972.

HSL color Cylindrical-coordinate representation of color #BC08C9: hue angle of 295.96º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08C9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 8 201 -
CMYK 0.06 0.96 0 0.21
HSL 295.96º 0.92% 0.41% -
HSV(B) 295.96º 0.96% 0.79% -
XYZ 31.37 15.08 56.52 -
YUV 83.82 194.13 202.31 -
System Red Green Blue C M Y K H S L
Decimal 188 8 201 0.06 0.96 0 0.21 295.96 0.92 0.41
Hex BC 8 C9 6 60 0 15 128 5C 29
Octal 274 10 311 6 140 0 25 450 134 51
Binary 10111100 1000 11001001 110 1100000 0 10101 100101000 1011100 101001

Color Harmonies of #BC08C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08C9

Black with #BC08C9

Text Example


Text Example

White with #BC08C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08C9; }

 p { color: rgb(188,8,201); }

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

background-color css

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

 a { background-color: rgb(188,8,201); }

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

border-color css

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

 span { border-color: rgb(188,8,201); }

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