Html Css Color HEX #B2099D Medium Violet Red

📋 copy color: '#B2099D'

red 178 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #B2099D

Tints of Medium Violet Red #B2099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 51.74%
G = 2.62%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2099D (or 0xB2099D) is known color: Medium Violet Red. HEX triplet: B2, 09 and 9D. RGB value is (178,9,157). Sum of RGB (Red+Green+Blue) = 178+9+157=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2099D is #4DF662. Grayscale: #4B4B4B. Windows color (decimal): -5109347 or 10291634. OLE color: 10291634.

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

Color convert

RGB 178 9 157 -
CMYK 0 0.95 0.12 0.30
HSL 307.46º 0.9% 0.37% -
HSV(B) 307.46º 0.95% 0.7% -
XYZ 24.54 12.09 32.94 -
YUV 76.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 178 9 157 0 0.95 0.12 0.30 307.46 0.9 0.37
Hex B2 9 9D 0 5F C 1E 133 5A 25
Octal 262 11 235 0 137 14 36 463 132 45
Binary 10110010 1001 10011101 0 1011111 1100 11110 100110011 1011010 100101

Color Harmonies of #B2099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2099D

Black with #B2099D

Text Example


Text Example

White with #B2099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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