Html Css Color HEX #B608BB Deep Magenta

📋 copy color: '#B608BB'

red 182 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B608BB

Tints of Deep Magenta #B608BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 48.28%
G = 2.12%
B = 49.6%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B608BB (or 0xB608BB) is known color: Deep Magenta. HEX triplet: B6, 08 and BB. RGB value is (182,8,187). Sum of RGB (Red+Green+Blue) = 182+8+187=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #B608BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608BB is #49F744. Grayscale: #4F4F4F. Windows color (decimal): -4847429 or 12257462. OLE color: 12257462.

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

Color convert

RGB 182 8 187 -
CMYK 0.03 0.96 0 0.27
HSL 298.32º 0.92% 0.38% -
HSV(B) 298.32º 0.96% 0.73% -
XYZ 28.35 13.71 48.17 -
YUV 80.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 182 8 187 0.03 0.96 0 0.27 298.32 0.92 0.38
Hex B6 8 BB 3 60 0 1B 12A 5C 26
Octal 266 10 273 3 140 0 33 452 134 46
Binary 10110110 1000 10111011 11 1100000 0 11011 100101010 1011100 100110

Color Harmonies of #B608BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B608BB

Black with #B608BB

Text Example


Text Example

White with #B608BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B608BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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