Html Css Color HEX #B04096 Medium Red Violet

📋 copy color: '#B04096'

red 176 ◦ green 64 ◦ blue 150

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

Shades of Medium Red Violet #B04096

Tints of Medium Red Violet #B04096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 45.13%
G = 16.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B04096 (or 0xB04096) is known color: Medium Red Violet. HEX triplet: B0, 40 and 96. RGB value is (176,64,150). Sum of RGB (Red+Green+Blue) = 176+64+150=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B04096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04096 is #4FBF69. Grayscale: #6B6B6B. Windows color (decimal): -5226346 or 9846960. OLE color: 9846960.

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

Color convert

RGB 176 64 150 -
CMYK 0 0.64 0.15 0.31
HSL 313.93º 0.47% 0.47% -
HSV(B) 313.93º 0.64% 0.69% -
XYZ 25.24 15.1 30.44 -
YUV 107.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 176 64 150 0 0.64 0.15 0.31 313.93 0.47 0.47
Hex B0 40 96 0 40 F 1F 13A 2F 2F
Octal 260 100 226 0 100 17 37 472 57 57
Binary 10110000 1000000 10010110 0 1000000 1111 11111 100111010 101111 101111

Color Harmonies of #B04096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04096

Black with #B04096

Text Example


Text Example

White with #B04096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04096; }

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

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

background-color css

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

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

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

border-color css

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

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

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