Html Css Color HEX #B4099C Medium Violet Red

📋 copy color: '#B4099C'

red 180 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #B4099C

Tints of Medium Violet Red #B4099C

RGB

 RED value IS 180 (70.7% from 255) = 52.17%

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

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

R = 52.17%
G = 2.61%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4099C (or 0xB4099C) is known color: Medium Violet Red. HEX triplet: B4, 09 and 9C. RGB value is (180,9,156). Sum of RGB (Red+Green+Blue) = 180+9+156=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4099C is #4BF663. Grayscale: #4C4C4C. Windows color (decimal): -4978276 or 10226100. OLE color: 10226100.

HSL color Cylindrical-coordinate representation of color #B4099C: hue angle of 308.42º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4099C is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 156 -
CMYK 0 0.95 0.13 0.29
HSL 308.42º 0.9% 0.37% -
HSV(B) 308.42º 0.95% 0.71% -
XYZ 24.92 12.3 32.51 -
YUV 76.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 180 9 156 0 0.95 0.13 0.29 308.42 0.9 0.37
Hex B4 9 9C 0 5F D 1D 134 5A 25
Octal 264 11 234 0 137 15 35 464 132 45
Binary 10110100 1001 10011100 0 1011111 1101 11101 100110100 1011010 100101

Color Harmonies of #B4099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4099C

Black with #B4099C

Text Example


Text Example

White with #B4099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4099C; }

 p { color: rgb(180,9,156); }

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

background-color css

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

 a { background-color: rgb(180,9,156); }

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

border-color css

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

 span { border-color: rgb(180,9,156); }

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