Html Css Color HEX #B3097D Medium Violet Red

📋 copy color: '#B3097D'

red 179 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #B3097D

Tints of Medium Violet Red #B3097D

RGB

 RED value IS 179 (70.31% from 255) = 57.19%

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

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 57.19%
G = 2.88%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3097D (or 0xB3097D) is known color: Medium Violet Red. HEX triplet: B3, 09 and 7D. RGB value is (179,9,125). Sum of RGB (Red+Green+Blue) = 179+9+125=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B3097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3097D is #4CF682. Grayscale: #484848. Windows color (decimal): -5043843 or 8194483. OLE color: 8194483.

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

Color convert

RGB 179 9 125 -
CMYK 0 0.95 0.30 0.30
HSL 319.06º 0.9% 0.37% -
HSV(B) 319.06º 0.95% 0.7% -
XYZ 22.39 11.26 20.4 -
YUV 73.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 179 9 125 0 0.95 0.30 0.30 319.06 0.9 0.37
Hex B3 9 7D 0 5F 1E 1E 13F 5A 25
Octal 263 11 175 0 137 36 36 477 132 45
Binary 10110011 1001 1111101 0 1011111 11110 11110 100111111 1011010 100101

Color Harmonies of #B3097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3097D

Black with #B3097D

Text Example


Text Example

White with #B3097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3097D; }

 p { color: rgb(179,9,125); }

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

background-color css

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

 a { background-color: rgb(179,9,125); }

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

border-color css

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

 span { border-color: rgb(179,9,125); }

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