Html Css Color HEX #B608AC Deep Magenta

📋 copy color: '#B608AC'

red 182 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #B608AC

Tints of Deep Magenta #B608AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 50.28%
G = 2.21%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B608AC (or 0xB608AC) is known color: Deep Magenta. HEX triplet: B6, 08 and AC. RGB value is (182,8,172). Sum of RGB (Red+Green+Blue) = 182+8+172=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B608AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B608AC is #49F753. Grayscale: #4E4E4E. Windows color (decimal): -4847444 or 11274422. OLE color: 11274422.

HSL color Cylindrical-coordinate representation of color #B608AC: hue angle of 303.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608AC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 172 -
CMYK 0 0.96 0.05 0.29
HSL 303.45º 0.92% 0.37% -
HSV(B) 303.45º 0.96% 0.71% -
XYZ 26.82 13.1 40.14 -
YUV 78.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 182 8 172 0 0.96 0.05 0.29 303.45 0.92 0.37
Hex B6 8 AC 0 60 5 1D 12F 5C 25
Octal 266 10 254 0 140 5 35 457 134 45
Binary 10110110 1000 10101100 0 1100000 101 11101 100101111 1011100 100101

Color Harmonies of #B608AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608AC

Black with #B608AC

Text Example


Text Example

White with #B608AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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