Html Css Color HEX #B03696 Medium Red Violet

📋 copy color: '#B03696'

red 176 ◦ green 54 ◦ blue 150

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

Shades of Medium Red Violet #B03696

Tints of Medium Red Violet #B03696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 46.32%
G = 14.21%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B03696 (or 0xB03696) is known color: Medium Red Violet. HEX triplet: B0, 36 and 96. RGB value is (176,54,150). Sum of RGB (Red+Green+Blue) = 176+54+150=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B03696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03696 is #4FC969. Grayscale: #656565. Windows color (decimal): -5228906 or 9844400. OLE color: 9844400.

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

Color convert

RGB 176 54 150 -
CMYK 0 0.69 0.15 0.31
HSL 312.79º 0.53% 0.45% -
HSV(B) 312.79º 0.69% 0.69% -
XYZ 24.73 14.07 30.27 -
YUV 101.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 176 54 150 0 0.69 0.15 0.31 312.79 0.53 0.45
Hex B0 36 96 0 45 F 1F 139 35 2D
Octal 260 66 226 0 105 17 37 471 65 55
Binary 10110000 110110 10010110 0 1000101 1111 11111 100111001 110101 101101

Color Harmonies of #B03696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03696

Black with #B03696

Text Example


Text Example

White with #B03696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03696; }

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

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

background-color css

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

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

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

border-color css

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

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

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