Html Css Color HEX #B808CC Deep Magenta

📋 copy color: '#B808CC'

red 184 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #B808CC

Tints of Deep Magenta #B808CC

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 46.46%
G = 2.02%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B808CC (or 0xB808CC) is known color: Deep Magenta. HEX triplet: B8, 08 and CC. RGB value is (184,8,204). Sum of RGB (Red+Green+Blue) = 184+8+204=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #B808CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808CC is #47F733. Grayscale: #525252. Windows color (decimal): -4716340 or 13371576. OLE color: 13371576.

HSL color Cylindrical-coordinate representation of color #B808CC: hue angle of 293.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808CC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 8 204 -
CMYK 0.10 0.96 0 0.2
HSL 293.88º 0.92% 0.42% -
HSV(B) 293.88º 0.96% 0.8% -
XYZ 30.75 14.72 58.35 -
YUV 82.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 184 8 204 0.10 0.96 0 0.2 293.88 0.92 0.42
Hex B8 8 CC A 60 0 14 126 5C 2A
Octal 270 10 314 12 140 0 24 446 134 52
Binary 10111000 1000 11001100 1010 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #B808CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808CC

Black with #B808CC

Text Example


Text Example

White with #B808CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808CC; }

 p { color: rgb(184,8,204); }

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

background-color css

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

 a { background-color: rgb(184,8,204); }

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

border-color css

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

 span { border-color: rgb(184,8,204); }

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