Html Css Color HEX #B2097B Medium Violet Red

📋 copy color: '#B2097B'

red 178 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #B2097B

Tints of Medium Violet Red #B2097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 57.42%
G = 2.9%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2097B (or 0xB2097B) is known color: Medium Violet Red. HEX triplet: B2, 09 and 7B. RGB value is (178,9,123). Sum of RGB (Red+Green+Blue) = 178+9+123=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2097B is #4DF684. Grayscale: #484848. Windows color (decimal): -5109381 or 8063410. OLE color: 8063410.

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

Color convert

RGB 178 9 123 -
CMYK 0 0.95 0.31 0.30
HSL 319.53º 0.9% 0.37% -
HSV(B) 319.53º 0.95% 0.7% -
XYZ 22.03 11.09 19.72 -
YUV 72.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 178 9 123 0 0.95 0.31 0.30 319.53 0.9 0.37
Hex B2 9 7B 0 5F 1F 1E 140 5A 25
Octal 262 11 173 0 137 37 36 500 132 45
Binary 10110010 1001 1111011 0 1011111 11111 11110 101000000 1011010 100101

Color Harmonies of #B2097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2097B

Black with #B2097B

Text Example


Text Example

White with #B2097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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