Html Css Color HEX #B608D9 Deep Magenta

📋 copy color: '#B608D9'

red 182 ◦ green 8 ◦ blue 217

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

Shades of Deep Magenta #B608D9

Tints of Deep Magenta #B608D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 44.72%
G = 1.97%
B = 53.32%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B608D9 (or 0xB608D9) is known color: Deep Magenta. HEX triplet: B6, 08 and D9. RGB value is (182,8,217). Sum of RGB (Red+Green+Blue) = 182+8+217=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #B608D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608D9 is #49F726. Grayscale: #535353. Windows color (decimal): -4847399 or 14223542. OLE color: 14223542.

HSL color Cylindrical-coordinate representation of color #B608D9: hue angle of 289.95º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608D9 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 8 217 -
CMYK 0.16 0.96 0 0.15
HSL 289.95º 0.93% 0.44% -
HSV(B) 289.95º 0.96% 0.85% -
XYZ 31.9 15.13 66.88 -
YUV 83.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 182 8 217 0.16 0.96 0 0.15 289.95 0.93 0.44
Hex B6 8 D9 10 60 0 F 122 5D 2C
Octal 266 10 331 20 140 0 17 442 135 54
Binary 10110110 1000 11011001 10000 1100000 0 1111 100100010 1011101 101100

Color Harmonies of #B608D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608D9

Black with #B608D9

Text Example


Text Example

White with #B608D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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