Html Css Color HEX #B2098D Medium Violet Red

📋 copy color: '#B2098D'

red 178 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #B2098D

Tints of Medium Violet Red #B2098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 54.27%
G = 2.74%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2098D (or 0xB2098D) is known color: Medium Violet Red. HEX triplet: B2, 09 and 8D. RGB value is (178,9,141). Sum of RGB (Red+Green+Blue) = 178+9+141=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2098D is #4DF672. Grayscale: #4A4A4A. Windows color (decimal): -5109363 or 9243058. OLE color: 9243058.

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

Color convert

RGB 178 9 141 -
CMYK 0 0.95 0.21 0.30
HSL 313.14º 0.9% 0.37% -
HSV(B) 313.14º 0.95% 0.7% -
XYZ 23.27 11.58 26.21 -
YUV 74.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 178 9 141 0 0.95 0.21 0.30 313.14 0.9 0.37
Hex B2 9 8D 0 5F 15 1E 139 5A 25
Octal 262 11 215 0 137 25 36 471 132 45
Binary 10110010 1001 10001101 0 1011111 10101 11110 100111001 1011010 100101

Color Harmonies of #B2098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2098D

Black with #B2098D

Text Example


Text Example

White with #B2098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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