Html Css Color HEX #B008BB Deep Magenta

📋 copy color: '#B008BB'

red 176 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B008BB

Tints of Deep Magenta #B008BB

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

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

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

R = 47.44%
G = 2.16%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B008BB (or 0xB008BB) is known color: Deep Magenta. HEX triplet: B0, 08 and BB. RGB value is (176,8,187). Sum of RGB (Red+Green+Blue) = 176+8+187=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B008BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008BB is #4FF744. Grayscale: #4E4E4E. Windows color (decimal): -5240645 or 12257456. OLE color: 12257456.

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

Color convert

RGB 176 8 187 -
CMYK 0.06 0.96 0 0.27
HSL 296.31º 0.92% 0.38% -
HSV(B) 296.31º 0.96% 0.73% -
XYZ 26.96 12.99 48.1 -
YUV 78.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 176 8 187 0.06 0.96 0 0.27 296.31 0.92 0.38
Hex B0 8 BB 6 60 0 1B 128 5C 26
Octal 260 10 273 6 140 0 33 450 134 46
Binary 10110000 1000 10111011 110 1100000 0 11011 100101000 1011100 100110

Color Harmonies of #B008BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008BB

Black with #B008BB

Text Example


Text Example

White with #B008BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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