Html Css Color HEX #B3097E Medium Violet Red

📋 copy color: '#B3097E'

red 179 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #B3097E

Tints of Medium Violet Red #B3097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 57.01%
G = 2.87%
B = 40.13%

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

#B3097E (or 0xB3097E) is known color: Medium Violet Red. HEX triplet: B3, 09 and 7E. RGB value is (179,9,126). Sum of RGB (Red+Green+Blue) = 179+9+126=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3097E is #4CF681. Grayscale: #484848. Windows color (decimal): -5043842 or 8260019. OLE color: 8260019.

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

Color convert

RGB 179 9 126 -
CMYK 0 0.95 0.30 0.30
HSL 318.71º 0.9% 0.37% -
HSV(B) 318.71º 0.95% 0.7% -
XYZ 22.45 11.29 20.73 -
YUV 73.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 179 9 126 0 0.95 0.30 0.30 318.71 0.9 0.37
Hex B3 9 7E 0 5F 1E 1E 13F 5A 25
Octal 263 11 176 0 137 36 36 477 132 45
Binary 10110011 1001 1111110 0 1011111 11110 11110 100111111 1011010 100101

Color Harmonies of #B3097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3097E

Black with #B3097E

Text Example


Text Example

White with #B3097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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