Html Css Color HEX #B720CA Deep Magenta

📋 copy color: '#B720CA'

red 183 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #B720CA

Tints of Deep Magenta #B720CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 43.88%
G = 7.67%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B720CA (or 0xB720CA) is known color: Deep Magenta. HEX triplet: B7, 20 and CA. RGB value is (183,32,202). Sum of RGB (Red+Green+Blue) = 183+32+202=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #B720CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CA is #48DF35. Grayscale: #606060. Windows color (decimal): -4775734 or 13246647. OLE color: 13246647.

HSL color Cylindrical-coordinate representation of color #B720CA: hue angle of 293.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B720CA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 32 202 -
CMYK 0.09 0.84 0 0.21
HSL 293.29º 0.73% 0.46% -
HSV(B) 293.29º 0.84% 0.79% -
XYZ 30.71 15.36 57.22 -
YUV 96.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 183 32 202 0.09 0.84 0 0.21 293.29 0.73 0.46
Hex B7 20 CA 9 54 0 15 125 49 2E
Octal 267 40 312 11 124 0 25 445 111 56
Binary 10110111 100000 11001010 1001 1010100 0 10101 100100101 1001001 101110

Color Harmonies of #B720CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720CA

Black with #B720CA

Text Example


Text Example

White with #B720CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720CA; }

 p { color: rgb(183,32,202); }

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

background-color css

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

 a { background-color: rgb(183,32,202); }

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

border-color css

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

 span { border-color: rgb(183,32,202); }

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