Html Css Color HEX #B70ABB Deep Magenta

📋 copy color: '#B70ABB'

red 183 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #B70ABB

Tints of Deep Magenta #B70ABB

RGB

 RED value IS 183 (71.88% from 255) = 48.16%

 GREEN value IS 10 (4.3% from 255) = 2.63%

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

R = 48.16%
G = 2.63%
B = 49.21%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B70ABB (or 0xB70ABB) is known color: Deep Magenta. HEX triplet: B7, 0A and BB. RGB value is (183,10,187). Sum of RGB (Red+Green+Blue) = 183+10+187=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B70ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ABB is #48F544. Grayscale: #515151. Windows color (decimal): -4781381 or 12257975. OLE color: 12257975.

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

Color convert

RGB 183 10 187 -
CMYK 0.02 0.95 0 0.27
HSL 298.64º 0.9% 0.39% -
HSV(B) 298.64º 0.95% 0.73% -
XYZ 28.61 13.87 48.18 -
YUV 81.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 183 10 187 0.02 0.95 0 0.27 298.64 0.9 0.39
Hex B7 A BB 2 5F 0 1B 12B 5A 27
Octal 267 12 273 2 137 0 33 453 132 47
Binary 10110111 1010 10111011 10 1011111 0 11011 100101011 1011010 100111

Color Harmonies of #B70ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70ABB

Black with #B70ABB

Text Example


Text Example

White with #B70ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70ABB; }

 p { color: rgb(183,10,187); }

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

background-color css

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

 a { background-color: rgb(183,10,187); }

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

border-color css

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

 span { border-color: rgb(183,10,187); }

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