Html Css Color HEX #B03996 Medium Red Violet

📋 copy color: '#B03996'

red 176 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #B03996

Tints of Medium Red Violet #B03996

RGB

 RED value IS 176 (69.14% from 255) = 45.95%

 GREEN value IS 57 (22.66% from 255) = 14.88%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 45.95%
G = 14.88%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B03996 (or 0xB03996) is known color: Medium Red Violet. HEX triplet: B0, 39 and 96. RGB value is (176,57,150). Sum of RGB (Red+Green+Blue) = 176+57+150=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B03996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03996 is #4FC669. Grayscale: #666666. Windows color (decimal): -5228138 or 9845168. OLE color: 9845168.

HSL color Cylindrical-coordinate representation of color #B03996: hue angle of 313.11º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03996 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 150 -
CMYK 0 0.68 0.15 0.31
HSL 313.11º 0.51% 0.46% -
HSV(B) 313.11º 0.68% 0.69% -
XYZ 24.87 14.36 30.31 -
YUV 103.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 176 57 150 0 0.68 0.15 0.31 313.11 0.51 0.46
Hex B0 39 96 0 44 F 1F 139 33 2E
Octal 260 71 226 0 104 17 37 471 63 56
Binary 10110000 111001 10010110 0 1000100 1111 11111 100111001 110011 101110

Color Harmonies of #B03996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03996

Black with #B03996

Text Example


Text Example

White with #B03996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03996; }

 p { color: rgb(176,57,150); }

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

background-color css

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

 a { background-color: rgb(176,57,150); }

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

border-color css

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

 span { border-color: rgb(176,57,150); }

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