Html Css Color HEX #B64099 Medium Red Violet

📋 copy color: '#B64099'

red 182 ◦ green 64 ◦ blue 153

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

Shades of Medium Red Violet #B64099

Tints of Medium Red Violet #B64099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 45.61%
G = 16.04%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B64099 (or 0xB64099) is known color: Medium Red Violet. HEX triplet: B6, 40 and 99. RGB value is (182,64,153). Sum of RGB (Red+Green+Blue) = 182+64+153=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B64099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64099 is #49BF66. Grayscale: #6D6D6D. Windows color (decimal): -4833127 or 10043574. OLE color: 10043574.

HSL color Cylindrical-coordinate representation of color #B64099: hue angle of 314.75º 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 #B64099 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 153 -
CMYK 0 0.65 0.16 0.29
HSL 314.75º 0.48% 0.48% -
HSV(B) 314.75º 0.65% 0.71% -
XYZ 26.87 15.91 31.79 -
YUV 109.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 182 64 153 0 0.65 0.16 0.29 314.75 0.48 0.48
Hex B6 40 99 0 41 10 1D 13B 30 30
Octal 266 100 231 0 101 20 35 473 60 60
Binary 10110110 1000000 10011001 0 1000001 10000 11101 100111011 110000 110000

Color Harmonies of #B64099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64099

Black with #B64099

Text Example


Text Example

White with #B64099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64099; }

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

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

background-color css

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

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

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

border-color css

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

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

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