Html Css Color HEX #B70DBB Deep Magenta

📋 copy color: '#B70DBB'

red 183 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #B70DBB

Tints of Deep Magenta #B70DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 47.78%
G = 3.39%
B = 48.83%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B70DBB (or 0xB70DBB) is known color: Deep Magenta. HEX triplet: B7, 0D and BB. RGB value is (183,13,187). Sum of RGB (Red+Green+Blue) = 183+13+187=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #B70DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DBB is #48F244. Grayscale: #535353. Windows color (decimal): -4780613 or 12258743. OLE color: 12258743.

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

Color convert

RGB 183 13 187 -
CMYK 0.02 0.93 0 0.27
HSL 298.62º 0.87% 0.39% -
HSV(B) 298.62º 0.93% 0.73% -
XYZ 28.64 13.94 48.2 -
YUV 83.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 183 13 187 0.02 0.93 0 0.27 298.62 0.87 0.39
Hex B7 D BB 2 5D 0 1B 12B 57 27
Octal 267 15 273 2 135 0 33 453 127 47
Binary 10110111 1101 10111011 10 1011101 0 11011 100101011 1010111 100111

Color Harmonies of #B70DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DBB

Black with #B70DBB

Text Example


Text Example

White with #B70DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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