Html Css Color HEX #B010BE Deep Magenta

📋 copy color: '#B010BE'

red 176 ◦ green 16 ◦ blue 190

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

Shades of Deep Magenta #B010BE

Tints of Deep Magenta #B010BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 46.07%
G = 4.19%
B = 49.74%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B010BE (or 0xB010BE) is known color: Deep Magenta. HEX triplet: B0, 10 and BE. RGB value is (176,16,190). Sum of RGB (Red+Green+Blue) = 176+16+190=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #B010BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010BE is #4FEF41. Grayscale: #535353. Windows color (decimal): -5238594 or 12456112. OLE color: 12456112.

HSL color Cylindrical-coordinate representation of color #B010BE: hue angle of 295.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B010BE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 16 190 -
CMYK 0.07 0.92 0 0.25
HSL 295.17º 0.84% 0.4% -
HSV(B) 295.17º 0.92% 0.75% -
XYZ 27.38 13.32 49.84 -
YUV 83.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 176 16 190 0.07 0.92 0 0.25 295.17 0.84 0.4
Hex B0 10 BE 7 5C 0 19 127 54 28
Octal 260 20 276 7 134 0 31 447 124 50
Binary 10110000 10000 10111110 111 1011100 0 11001 100100111 1010100 101000

Color Harmonies of #B010BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010BE

Black with #B010BE

Text Example


Text Example

White with #B010BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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