Html Css Color HEX #B2098E Medium Violet Red

📋 copy color: '#B2098E'

red 178 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #B2098E

Tints of Medium Violet Red #B2098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 54.1%
G = 2.74%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2098E (or 0xB2098E) is known color: Medium Violet Red. HEX triplet: B2, 09 and 8E. RGB value is (178,9,142). Sum of RGB (Red+Green+Blue) = 178+9+142=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2098E is #4DF671. Grayscale: #4A4A4A. Windows color (decimal): -5109362 or 9308594. OLE color: 9308594.

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

Color convert

RGB 178 9 142 -
CMYK 0 0.95 0.20 0.30
HSL 312.78º 0.9% 0.37% -
HSV(B) 312.78º 0.95% 0.7% -
XYZ 23.34 11.61 26.6 -
YUV 74.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 178 9 142 0 0.95 0.20 0.30 312.78 0.9 0.37
Hex B2 9 8E 0 5F 14 1E 139 5A 25
Octal 262 11 216 0 137 24 36 471 132 45
Binary 10110010 1001 10001110 0 1011111 10100 11110 100111001 1011010 100101

Color Harmonies of #B2098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2098E

Black with #B2098E

Text Example


Text Example

White with #B2098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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