Html Css Color HEX #B2099F Medium Violet Red

📋 copy color: '#B2099F'

red 178 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #B2099F

Tints of Medium Violet Red #B2099F

RGB

 RED value IS 178 (69.92% from 255) = 51.45%

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 51.45%
G = 2.6%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2099F (or 0xB2099F) is known color: Medium Violet Red. HEX triplet: B2, 09 and 9F. RGB value is (178,9,159). Sum of RGB (Red+Green+Blue) = 178+9+159=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2099F is #4DF660. Grayscale: #4C4C4C. Windows color (decimal): -5109345 or 10422706. OLE color: 10422706.

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

Color convert

RGB 178 9 159 -
CMYK 0 0.95 0.11 0.30
HSL 306.75º 0.9% 0.37% -
HSV(B) 306.75º 0.95% 0.7% -
XYZ 24.72 12.16 33.85 -
YUV 76.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 178 9 159 0 0.95 0.11 0.30 306.75 0.9 0.37
Hex B2 9 9F 0 5F B 1E 133 5A 25
Octal 262 11 237 0 137 13 36 463 132 45
Binary 10110010 1001 10011111 0 1011111 1011 11110 100110011 1011010 100101

Color Harmonies of #B2099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2099F

Black with #B2099F

Text Example


Text Example

White with #B2099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2099F; }

 p { color: rgb(178,9,159); }

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

background-color css

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

 a { background-color: rgb(178,9,159); }

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

border-color css

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

 span { border-color: rgb(178,9,159); }

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