Html Css Color HEX #B904CE Deep Magenta

📋 copy color: '#B904CE'

red 185 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #B904CE

Tints of Deep Magenta #B904CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 46.84%
G = 1.01%
B = 52.15%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B904CE (or 0xB904CE) is known color: Deep Magenta. HEX triplet: B9, 04 and CE. RGB value is (185,4,206). Sum of RGB (Red+Green+Blue) = 185+4+206=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #B904CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904CE is #46FB31. Grayscale: #505050. Windows color (decimal): -4651826 or 13501625. OLE color: 13501625.

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

Color convert

RGB 185 4 206 -
CMYK 0.10 0.98 0 0.19
HSL 293.76º 0.96% 0.41% -
HSV(B) 293.76º 0.98% 0.81% -
XYZ 31.19 14.86 59.62 -
YUV 81.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 185 4 206 0.10 0.98 0 0.19 293.76 0.96 0.41
Hex B9 4 CE A 62 0 13 126 60 29
Octal 271 4 316 12 142 0 23 446 140 51
Binary 10111001 100 11001110 1010 1100010 0 10011 100100110 1100000 101001

Color Harmonies of #B904CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904CE

Black with #B904CE

Text Example


Text Example

White with #B904CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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