Html Css Color HEX #B608BA Deep Magenta

📋 copy color: '#B608BA'

red 182 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B608BA

Tints of Deep Magenta #B608BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 48.4%
G = 2.13%
B = 49.47%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B608BA (or 0xB608BA) is known color: Deep Magenta. HEX triplet: B6, 08 and BA. RGB value is (182,8,186). Sum of RGB (Red+Green+Blue) = 182+8+186=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #B608BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608BA is #49F745. Grayscale: #4F4F4F. Windows color (decimal): -4847430 or 12191926. OLE color: 12191926.

HSL color Cylindrical-coordinate representation of color #B608BA: hue angle of 298.65º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608BA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 8 186 -
CMYK 0.02 0.96 0 0.27
HSL 298.65º 0.92% 0.38% -
HSV(B) 298.65º 0.96% 0.73% -
XYZ 28.24 13.66 47.6 -
YUV 80.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 182 8 186 0.02 0.96 0 0.27 298.65 0.92 0.38
Hex B6 8 BA 2 60 0 1B 12B 5C 26
Octal 266 10 272 2 140 0 33 453 134 46
Binary 10110110 1000 10111010 10 1100000 0 11011 100101011 1011100 100110

Color Harmonies of #B608BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608BA

Black with #B608BA

Text Example


Text Example

White with #B608BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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