Html Css Color HEX #B64091 Medium Red Violet

📋 copy color: '#B64091'

red 182 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #B64091

Tints of Medium Red Violet #B64091

RGB

 RED value IS 182 (71.48% from 255) = 46.55%

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

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 46.55%
G = 16.37%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64091 (or 0xB64091) is known color: Medium Red Violet. HEX triplet: B6, 40 and 91. RGB value is (182,64,145). Sum of RGB (Red+Green+Blue) = 182+64+145=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B64091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64091 is #49BF6E. Grayscale: #6C6C6C. Windows color (decimal): -4833135 or 9519286. OLE color: 9519286.

HSL color Cylindrical-coordinate representation of color #B64091: hue angle of 318.81º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64091 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 145 -
CMYK 0 0.65 0.20 0.29
HSL 318.81º 0.48% 0.48% -
HSV(B) 318.81º 0.65% 0.71% -
XYZ 26.24 15.66 28.43 -
YUV 108.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 182 64 145 0 0.65 0.20 0.29 318.81 0.48 0.48
Hex B6 40 91 0 41 14 1D 13F 30 30
Octal 266 100 221 0 101 24 35 477 60 60
Binary 10110110 1000000 10010001 0 1000001 10100 11101 100111111 110000 110000

Color Harmonies of #B64091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64091

Black with #B64091

Text Example


Text Example

White with #B64091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64091; }

 p { color: rgb(182,64,145); }

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

background-color css

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

 a { background-color: rgb(182,64,145); }

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

border-color css

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

 span { border-color: rgb(182,64,145); }

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