Html Css Color HEX #B70ACC Deep Magenta

📋 copy color: '#B70ACC'

red 183 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #B70ACC

Tints of Deep Magenta #B70ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 46.1%
G = 2.52%
B = 51.39%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B70ACC (or 0xB70ACC) is known color: Deep Magenta. HEX triplet: B7, 0A and CC. RGB value is (183,10,204). Sum of RGB (Red+Green+Blue) = 183+10+204=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B70ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70ACC is #48F533. Grayscale: #535353. Windows color (decimal): -4781364 or 13372087. OLE color: 13372087.

HSL color Cylindrical-coordinate representation of color #B70ACC: hue angle of 293.51º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70ACC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 10 204 -
CMYK 0.10 0.95 0 0.2
HSL 293.51º 0.91% 0.42% -
HSV(B) 293.51º 0.95% 0.8% -
XYZ 30.54 14.64 58.34 -
YUV 83.84 195.81 198.73 -
System Red Green Blue C M Y K H S L
Decimal 183 10 204 0.10 0.95 0 0.2 293.51 0.91 0.42
Hex B7 A CC A 5F 0 14 126 5B 2A
Octal 267 12 314 12 137 0 24 446 133 52
Binary 10110111 1010 11001100 1010 1011111 0 10100 100100110 1011011 101010

Color Harmonies of #B70ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70ACC

Black with #B70ACC

Text Example


Text Example

White with #B70ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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