Html Css Color HEX #BD06CB Deep Magenta

📋 copy color: '#BD06CB'

red 189 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #BD06CB

Tints of Deep Magenta #BD06CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 47.49%
G = 1.51%
B = 51.01%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD06CB (or 0xBD06CB) is known color: Deep Magenta. HEX triplet: BD, 06 and CB. RGB value is (189,6,203). Sum of RGB (Red+Green+Blue) = 189+6+203=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06CB is #42F934. Grayscale: #525252. Windows color (decimal): -4389173 or 13305533. OLE color: 13305533.

HSL color Cylindrical-coordinate representation of color #BD06CB: hue angle of 295.74º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06CB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 6 203 -
CMYK 0.07 0.97 0 0.20
HSL 295.74º 0.94% 0.41% -
HSV(B) 295.74º 0.97% 0.8% -
XYZ 31.83 15.26 57.77 -
YUV 83.18 195.63 203.48 -
System Red Green Blue C M Y K H S L
Decimal 189 6 203 0.07 0.97 0 0.20 295.74 0.94 0.41
Hex BD 6 CB 7 61 0 14 128 5E 29
Octal 275 6 313 7 141 0 24 450 136 51
Binary 10111101 110 11001011 111 1100001 0 10100 100101000 1011110 101001

Color Harmonies of #BD06CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06CB

Black with #BD06CB

Text Example


Text Example

White with #BD06CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06CB; }

 p { color: rgb(189,6,203); }

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

background-color css

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

 a { background-color: rgb(189,6,203); }

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

border-color css

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

 span { border-color: rgb(189,6,203); }

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