Html Css Color HEX #BC08BD Deep Magenta

📋 copy color: '#BC08BD'

red 188 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #BC08BD

Tints of Deep Magenta #BC08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 48.83%
G = 2.08%
B = 49.09%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC08BD (or 0xBC08BD) is known color: Deep Magenta. HEX triplet: BC, 08 and BD. RGB value is (188,8,189). Sum of RGB (Red+Green+Blue) = 188+8+189=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08BD is #43F742. Grayscale: #515151. Windows color (decimal): -4454211 or 12388540. OLE color: 12388540.

HSL color Cylindrical-coordinate representation of color #BC08BD: hue angle of 299.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08BD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 189 -
CMYK 0.01 0.96 0 0.26
HSL 299.67º 0.92% 0.39% -
HSV(B) 299.67º 0.96% 0.74% -
XYZ 30.01 14.54 49.37 -
YUV 82.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 188 8 189 0.01 0.96 0 0.26 299.67 0.92 0.39
Hex BC 8 BD 1 60 0 1A 12C 5C 27
Octal 274 10 275 1 140 0 32 454 134 47
Binary 10111100 1000 10111101 1 1100000 0 11010 100101100 1011100 100111

Color Harmonies of #BC08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08BD

Black with #BC08BD

Text Example


Text Example

White with #BC08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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