Html Css Color HEX #B904CB Deep Magenta

📋 copy color: '#B904CB'

red 185 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #B904CB

Tints of Deep Magenta #B904CB

RGB

 RED value IS 185 (72.66% from 255) = 47.19%

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

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

R = 47.19%
G = 1.02%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B904CB (or 0xB904CB) is known color: Deep Magenta. HEX triplet: B9, 04 and CB. RGB value is (185,4,203). Sum of RGB (Red+Green+Blue) = 185+4+203=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #B904CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904CB is #46FB34. Grayscale: #505050. Windows color (decimal): -4651829 or 13305017. OLE color: 13305017.

HSL color Cylindrical-coordinate representation of color #B904CB: hue angle of 294.57º 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 #B904CB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 4 203 -
CMYK 0.09 0.98 0 0.20
HSL 294.57º 0.96% 0.41% -
HSV(B) 294.57º 0.98% 0.8% -
XYZ 30.83 14.71 57.71 -
YUV 80.81 196.97 202.32 -
System Red Green Blue C M Y K H S L
Decimal 185 4 203 0.09 0.98 0 0.20 294.57 0.96 0.41
Hex B9 4 CB 9 62 0 14 127 60 29
Octal 271 4 313 11 142 0 24 447 140 51
Binary 10111001 100 11001011 1001 1100010 0 10100 100100111 1100000 101001

Color Harmonies of #B904CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904CB

Black with #B904CB

Text Example


Text Example

White with #B904CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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