Html Css Color HEX #B70BDA Deep Magenta

📋 copy color: '#B70BDA'

red 183 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #B70BDA

Tints of Deep Magenta #B70BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.67%

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 44.42%
G = 2.67%
B = 52.91%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B70BDA (or 0xB70BDA) is known color: Deep Magenta. HEX triplet: B7, 0B and DA. RGB value is (183,11,218). Sum of RGB (Red+Green+Blue) = 183+11+218=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #B70BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BDA is #48F425. Grayscale: #555555. Windows color (decimal): -4781094 or 14289847. OLE color: 14289847.

HSL color Cylindrical-coordinate representation of color #B70BDA: hue angle of 289.86º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70BDA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 11 218 -
CMYK 0.16 0.95 0 0.15
HSL 289.86º 0.9% 0.45% -
HSV(B) 289.86º 0.95% 0.85% -
XYZ 32.3 15.37 67.59 -
YUV 86.03 202.48 197.17 -
System Red Green Blue C M Y K H S L
Decimal 183 11 218 0.16 0.95 0 0.15 289.86 0.9 0.45
Hex B7 B DA 10 5F 0 F 122 5A 2D
Octal 267 13 332 20 137 0 17 442 132 55
Binary 10110111 1011 11011010 10000 1011111 0 1111 100100010 1011010 101101

Color Harmonies of #B70BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70BDA

Black with #B70BDA

Text Example


Text Example

White with #B70BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70BDA; }

 p { color: rgb(183,11,218); }

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

background-color css

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

 a { background-color: rgb(183,11,218); }

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

border-color css

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

 span { border-color: rgb(183,11,218); }

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