Html Css Color HEX #B709CA Deep Magenta

📋 copy color: '#B709CA'

red 183 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #B709CA

Tints of Deep Magenta #B709CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 46.45%
G = 2.28%
B = 51.27%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B709CA (or 0xB709CA) is known color: Deep Magenta. HEX triplet: B7, 09 and CA. RGB value is (183,9,202). Sum of RGB (Red+Green+Blue) = 183+9+202=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #B709CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709CA is #48F635. Grayscale: #525252. Windows color (decimal): -4781622 or 13240759. OLE color: 13240759.

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

Color convert

RGB 183 9 202 -
CMYK 0.09 0.96 0 0.21
HSL 294.09º 0.91% 0.41% -
HSV(B) 294.09º 0.96% 0.79% -
XYZ 30.29 14.53 57.08 -
YUV 83.03 195.15 199.31 -
System Red Green Blue C M Y K H S L
Decimal 183 9 202 0.09 0.96 0 0.21 294.09 0.91 0.41
Hex B7 9 CA 9 60 0 15 126 5B 29
Octal 267 11 312 11 140 0 25 446 133 51
Binary 10110111 1001 11001010 1001 1100000 0 10101 100100110 1011011 101001

Color Harmonies of #B709CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709CA

Black with #B709CA

Text Example


Text Example

White with #B709CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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