Html Css Color HEX #B608CE Deep Magenta

📋 copy color: '#B608CE'

red 182 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #B608CE

Tints of Deep Magenta #B608CE

RGB

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

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

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

R = 45.96%
G = 2.02%
B = 52.02%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B608CE (or 0xB608CE) is known color: Deep Magenta. HEX triplet: B6, 08 and CE. RGB value is (182,8,206). Sum of RGB (Red+Green+Blue) = 182+8+206=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B608CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608CE is #49F731. Grayscale: #515151. Windows color (decimal): -4847410 or 13502646. OLE color: 13502646.

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

Color convert

RGB 182 8 206 -
CMYK 0.12 0.96 0 0.19
HSL 292.73º 0.93% 0.42% -
HSV(B) 292.73º 0.96% 0.81% -
XYZ 30.52 14.57 59.6 -
YUV 82.6 197.65 198.9 -
System Red Green Blue C M Y K H S L
Decimal 182 8 206 0.12 0.96 0 0.19 292.73 0.93 0.42
Hex B6 8 CE C 60 0 13 125 5D 2A
Octal 266 10 316 14 140 0 23 445 135 52
Binary 10110110 1000 11001110 1100 1100000 0 10011 100100101 1011101 101010

Color Harmonies of #B608CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608CE

Black with #B608CE

Text Example


Text Example

White with #B608CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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