Html Css Color HEX #B609BA Deep Magenta

📋 copy color: '#B609BA'

red 182 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #B609BA

Tints of Deep Magenta #B609BA

RGB

 RED value IS 182 (71.48% from 255) = 48.28%

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

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

R = 48.28%
G = 2.39%
B = 49.34%

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

#B609BA (or 0xB609BA) is known color: Deep Magenta. HEX triplet: B6, 09 and BA. RGB value is (182,9,186). Sum of RGB (Red+Green+Blue) = 182+9+186=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B609BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609BA is #49F645. Grayscale: #505050. Windows color (decimal): -4847174 or 12192182. OLE color: 12192182.

HSL color Cylindrical-coordinate representation of color #B609BA: hue angle of 298.64º 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 #B609BA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 9 186 -
CMYK 0.02 0.95 0 0.27
HSL 298.64º 0.91% 0.38% -
HSV(B) 298.64º 0.95% 0.73% -
XYZ 28.25 13.69 47.61 -
YUV 80.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 182 9 186 0.02 0.95 0 0.27 298.64 0.91 0.38
Hex B6 9 BA 2 5F 0 1B 12B 5B 26
Octal 266 11 272 2 137 0 33 453 133 46
Binary 10110110 1001 10111010 10 1011111 0 11011 100101011 1011011 100110

Color Harmonies of #B609BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609BA

Black with #B609BA

Text Example


Text Example

White with #B609BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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