Html Css Color HEX #BD04CB Deep Magenta

📋 copy color: '#BD04CB'

red 189 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #BD04CB

Tints of Deep Magenta #BD04CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 47.73%
G = 1.01%
B = 51.26%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD04CB (or 0xBD04CB) is known color: Deep Magenta. HEX triplet: BD, 04 and CB. RGB value is (189,4,203). Sum of RGB (Red+Green+Blue) = 189+4+203=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04CB is #42FB34. Grayscale: #515151. Windows color (decimal): -4389685 or 13305021. OLE color: 13305021.

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

Color convert

RGB 189 4 203 -
CMYK 0.07 0.98 0 0.20
HSL 295.78º 0.96% 0.41% -
HSV(B) 295.78º 0.98% 0.8% -
XYZ 31.81 15.22 57.76 -
YUV 82 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 189 4 203 0.07 0.98 0 0.20 295.78 0.96 0.41
Hex BD 4 CB 7 62 0 14 128 60 29
Octal 275 4 313 7 142 0 24 450 140 51
Binary 10111101 100 11001011 111 1100010 0 10100 100101000 1100000 101001

Color Harmonies of #BD04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04CB

Black with #BD04CB

Text Example


Text Example

White with #BD04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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