Html Css Color HEX #B04095 Medium Red Violet

📋 copy color: '#B04095'

red 176 ◦ green 64 ◦ blue 149

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

Shades of Medium Red Violet #B04095

Tints of Medium Red Violet #B04095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 45.24%
G = 16.45%
B = 38.3%

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

#B04095 (or 0xB04095) is known color: Medium Red Violet. HEX triplet: B0, 40 and 95. RGB value is (176,64,149). Sum of RGB (Red+Green+Blue) = 176+64+149=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04095 is #4FBF6A. Grayscale: #6A6A6A. Windows color (decimal): -5226347 or 9781424. OLE color: 9781424.

HSL color Cylindrical-coordinate representation of color #B04095: hue angle of 314.46º 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 #B04095 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 149 -
CMYK 0 0.64 0.15 0.31
HSL 314.46º 0.47% 0.47% -
HSV(B) 314.46º 0.64% 0.69% -
XYZ 25.16 15.07 30.02 -
YUV 107.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 176 64 149 0 0.64 0.15 0.31 314.46 0.47 0.47
Hex B0 40 95 0 40 F 1F 13A 2F 2F
Octal 260 100 225 0 100 17 37 472 57 57
Binary 10110000 1000000 10010101 0 1000000 1111 11111 100111010 101111 101111

Color Harmonies of #B04095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04095

Black with #B04095

Text Example


Text Example

White with #B04095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04095; }

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

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

background-color css

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

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

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

border-color css

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

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

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