Html Css Color HEX #B010BB Deep Magenta

📋 copy color: '#B010BB'

red 176 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #B010BB

Tints of Deep Magenta #B010BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 46.44%
G = 4.22%
B = 49.34%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B010BB (or 0xB010BB) is known color: Deep Magenta. HEX triplet: B0, 10 and BB. RGB value is (176,16,187). Sum of RGB (Red+Green+Blue) = 176+16+187=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #B010BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010BB is #4FEF44. Grayscale: #525252. Windows color (decimal): -5238597 or 12259504. OLE color: 12259504.

HSL color Cylindrical-coordinate representation of color #B010BB: hue angle of 296.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B010BB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 16 187 -
CMYK 0.06 0.91 0 0.27
HSL 296.14º 0.84% 0.4% -
HSV(B) 296.14º 0.91% 0.73% -
XYZ 27.06 13.19 48.13 -
YUV 83.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 176 16 187 0.06 0.91 0 0.27 296.14 0.84 0.4
Hex B0 10 BB 6 5B 0 1B 128 54 28
Octal 260 20 273 6 133 0 33 450 124 50
Binary 10110000 10000 10111011 110 1011011 0 11011 100101000 1010100 101000

Color Harmonies of #B010BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010BB

Black with #B010BB

Text Example


Text Example

White with #B010BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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