Html Css Color HEX #B2098B Medium Violet Red

📋 copy color: '#B2098B'

red 178 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #B2098B

Tints of Medium Violet Red #B2098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 54.6%
G = 2.76%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2098B (or 0xB2098B) is known color: Medium Violet Red. HEX triplet: B2, 09 and 8B. RGB value is (178,9,139). Sum of RGB (Red+Green+Blue) = 178+9+139=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2098B is #4DF674. Grayscale: #4A4A4A. Windows color (decimal): -5109365 or 9111986. OLE color: 9111986.

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

Color convert

RGB 178 9 139 -
CMYK 0 0.95 0.22 0.30
HSL 313.85º 0.9% 0.37% -
HSV(B) 313.85º 0.95% 0.7% -
XYZ 23.12 11.52 25.43 -
YUV 74.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 178 9 139 0 0.95 0.22 0.30 313.85 0.9 0.37
Hex B2 9 8B 0 5F 16 1E 13A 5A 25
Octal 262 11 213 0 137 26 36 472 132 45
Binary 10110010 1001 10001011 0 1011111 10110 11110 100111010 1011010 100101

Color Harmonies of #B2098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2098B

Black with #B2098B

Text Example


Text Example

White with #B2098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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