Html Css Color HEX #B709BA Deep Magenta

📋 copy color: '#B709BA'

red 183 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #B709BA

Tints of Deep Magenta #B709BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 48.41%
G = 2.38%
B = 49.21%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B709BA (or 0xB709BA) is known color: Deep Magenta. HEX triplet: B7, 09 and BA. RGB value is (183,9,186). Sum of RGB (Red+Green+Blue) = 183+9+186=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B709BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709BA is #48F645. Grayscale: #505050. Windows color (decimal): -4781638 or 12192183. OLE color: 12192183.

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

Color convert

RGB 183 9 186 -
CMYK 0.02 0.95 0 0.27
HSL 298.98º 0.91% 0.38% -
HSV(B) 298.98º 0.95% 0.73% -
XYZ 28.49 13.81 47.62 -
YUV 81.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 183 9 186 0.02 0.95 0 0.27 298.98 0.91 0.38
Hex B7 9 BA 2 5F 0 1B 12B 5B 26
Octal 267 11 272 2 137 0 33 453 133 46
Binary 10110111 1001 10111010 10 1011111 0 11011 100101011 1011011 100110

Color Harmonies of #B709BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709BA

Black with #B709BA

Text Example


Text Example

White with #B709BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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