Html Css Color HEX #B9069C Medium Violet Red

📋 copy color: '#B9069C'

red 185 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #B9069C

Tints of Medium Violet Red #B9069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 53.31%
G = 1.73%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9069C (or 0xB9069C) is known color: Medium Violet Red. HEX triplet: B9, 06 and 9C. RGB value is (185,6,156). Sum of RGB (Red+Green+Blue) = 185+6+156=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9069C is #46F963. Grayscale: #4C4C4C. Windows color (decimal): -4651364 or 10225337. OLE color: 10225337.

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

Color convert

RGB 185 6 156 -
CMYK 0 0.97 0.16 0.27
HSL 309.72º 0.94% 0.37% -
HSV(B) 309.72º 0.97% 0.73% -
XYZ 26.07 12.84 32.56 -
YUV 76.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 185 6 156 0 0.97 0.16 0.27 309.72 0.94 0.37
Hex B9 6 9C 0 61 10 1B 136 5E 25
Octal 271 6 234 0 141 20 33 466 136 45
Binary 10111001 110 10011100 0 1100001 10000 11011 100110110 1011110 100101

Color Harmonies of #B9069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9069C

Black with #B9069C

Text Example


Text Example

White with #B9069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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