Html Css Color HEX #B608CC Deep Magenta

📋 copy color: '#B608CC'

red 182 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #B608CC

Tints of Deep Magenta #B608CC

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

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

R = 46.19%
G = 2.03%
B = 51.78%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B608CC (or 0xB608CC) is known color: Deep Magenta. HEX triplet: B6, 08 and CC. RGB value is (182,8,204). Sum of RGB (Red+Green+Blue) = 182+8+204=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #B608CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608CC is #49F733. Grayscale: #515151. Windows color (decimal): -4847412 or 13371574. OLE color: 13371574.

HSL color Cylindrical-coordinate representation of color #B608CC: hue angle of 293.27º 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 #B608CC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 8 204 -
CMYK 0.11 0.96 0 0.2
HSL 293.27º 0.92% 0.42% -
HSV(B) 293.27º 0.96% 0.8% -
XYZ 30.28 14.48 58.33 -
YUV 82.37 196.65 199.06 -
System Red Green Blue C M Y K H S L
Decimal 182 8 204 0.11 0.96 0 0.2 293.27 0.92 0.42
Hex B6 8 CC B 60 0 14 125 5C 2A
Octal 266 10 314 13 140 0 24 445 134 52
Binary 10110110 1000 11001100 1011 1100000 0 10100 100100101 1011100 101010

Color Harmonies of #B608CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608CC

Black with #B608CC

Text Example


Text Example

White with #B608CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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