Html Css Color HEX #B70FBB Deep Magenta

📋 copy color: '#B70FBB'

red 183 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #B70FBB

Tints of Deep Magenta #B70FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 47.53%
G = 3.9%
B = 48.57%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B70FBB (or 0xB70FBB) is known color: Deep Magenta. HEX triplet: B7, 0F and BB. RGB value is (183,15,187). Sum of RGB (Red+Green+Blue) = 183+15+187=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B70FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FBB is #48F044. Grayscale: #545454. Windows color (decimal): -4780101 or 12259255. OLE color: 12259255.

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

Color convert

RGB 183 15 187 -
CMYK 0.02 0.92 0 0.27
HSL 298.6º 0.85% 0.4% -
HSV(B) 298.6º 0.92% 0.73% -
XYZ 28.67 14 48.2 -
YUV 84.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 183 15 187 0.02 0.92 0 0.27 298.6 0.85 0.4
Hex B7 F BB 2 5C 0 1B 12B 55 28
Octal 267 17 273 2 134 0 33 453 125 50
Binary 10110111 1111 10111011 10 1011100 0 11011 100101011 1010101 101000

Color Harmonies of #B70FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70FBB

Black with #B70FBB

Text Example


Text Example

White with #B70FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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