Html Css Color HEX #BD0CA8 Deep Magenta

📋 copy color: '#BD0CA8'

red 189 ◦ green 12 ◦ blue 168

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

Shades of Deep Magenta #BD0CA8

Tints of Deep Magenta #BD0CA8

RGB

 RED value IS 189 (74.22% from 255) = 51.22%

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 168 (66.02% from 255) = 45.53%

R = 51.22%
G = 3.25%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD0CA8 (or 0xBD0CA8) is known color: Deep Magenta. HEX triplet: BD, 0C and A8. RGB value is (189,12,168). Sum of RGB (Red+Green+Blue) = 189+12+168=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CA8 is #42F357. Grayscale: #525252. Windows color (decimal): -4387672 or 11013309. OLE color: 11013309.

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

Color convert

RGB 189 12 168 -
CMYK 0 0.94 0.11 0.26
HSL 307.12º 0.88% 0.39% -
HSV(B) 307.12º 0.94% 0.74% -
XYZ 28.19 13.91 38.24 -
YUV 82.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 189 12 168 0 0.94 0.11 0.26 307.12 0.88 0.39
Hex BD C A8 0 5E B 1A 133 58 27
Octal 275 14 250 0 136 13 32 463 130 47
Binary 10111101 1100 10101000 0 1011110 1011 11010 100110011 1011000 100111

Color Harmonies of #BD0CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CA8

Black with #BD0CA8

Text Example


Text Example

White with #BD0CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CA8; }

 p { color: rgb(189,12,168); }

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

background-color css

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

 a { background-color: rgb(189,12,168); }

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

border-color css

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

 span { border-color: rgb(189,12,168); }

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