Html Css Color HEX #B03896 Medium Red Violet

📋 copy color: '#B03896'

red 176 ◦ green 56 ◦ blue 150

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

Shades of Medium Red Violet #B03896

Tints of Medium Red Violet #B03896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

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

R = 46.07%
G = 14.66%
B = 39.27%

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

#B03896 (or 0xB03896) is known color: Medium Red Violet. HEX triplet: B0, 38 and 96. RGB value is (176,56,150). Sum of RGB (Red+Green+Blue) = 176+56+150=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03896 is #4FC769. Grayscale: #666666. Windows color (decimal): -5228394 or 9844912. OLE color: 9844912.

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

Color convert

RGB 176 56 150 -
CMYK 0 0.68 0.15 0.31
HSL 313º 0.52% 0.45% -
HSV(B) 313º 0.68% 0.69% -
XYZ 24.82 14.26 30.3 -
YUV 102.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 176 56 150 0 0.68 0.15 0.31 313 0.52 0.45
Hex B0 38 96 0 44 F 1F 139 34 2D
Octal 260 70 226 0 104 17 37 471 64 55
Binary 10110000 111000 10010110 0 1000100 1111 11111 100111001 110100 101101

Color Harmonies of #B03896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03896

Black with #B03896

Text Example


Text Example

White with #B03896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03896; }

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

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

background-color css

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

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

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

border-color css

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

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

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