Html Css Color HEX #B9069A Medium Violet Red

📋 copy color: '#B9069A'

red 185 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #B9069A

Tints of Medium Violet Red #B9069A

RGB

 RED value IS 185 (72.66% from 255) = 53.62%

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 53.62%
G = 1.74%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9069A (or 0xB9069A) is known color: Medium Violet Red. HEX triplet: B9, 06 and 9A. RGB value is (185,6,154). Sum of RGB (Red+Green+Blue) = 185+6+154=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9069A is #46F965. Grayscale: #4B4B4B. Windows color (decimal): -4651366 or 10094265. OLE color: 10094265.

HSL color Cylindrical-coordinate representation of color #B9069A: hue angle of 310.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9069A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 154 -
CMYK 0 0.97 0.17 0.27
HSL 310.39º 0.94% 0.37% -
HSV(B) 310.39º 0.97% 0.73% -
XYZ 25.91 12.78 31.67 -
YUV 76.39 171.8 205.47 -
System Red Green Blue C M Y K H S L
Decimal 185 6 154 0 0.97 0.17 0.27 310.39 0.94 0.37
Hex B9 6 9A 0 61 11 1B 136 5E 25
Octal 271 6 232 0 141 21 33 466 136 45
Binary 10111001 110 10011010 0 1100001 10001 11011 100110110 1011110 100101

Color Harmonies of #B9069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9069A

Black with #B9069A

Text Example


Text Example

White with #B9069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9069A; }

 p { color: rgb(185,6,154); }

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

background-color css

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

 a { background-color: rgb(185,6,154); }

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

border-color css

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

 span { border-color: rgb(185,6,154); }

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