Html Css Color HEX #B64194 Medium Red Violet

📋 copy color: '#B64194'

red 182 ◦ green 65 ◦ blue 148

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

Shades of Medium Red Violet #B64194

Tints of Medium Red Violet #B64194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 46.08%
G = 16.46%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B64194 (or 0xB64194) is known color: Medium Red Violet. HEX triplet: B6, 41 and 94. RGB value is (182,65,148). Sum of RGB (Red+Green+Blue) = 182+65+148=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B64194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64194 is #49BE6B. Grayscale: #6D6D6D. Windows color (decimal): -4832876 or 9716150. OLE color: 9716150.

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

Color convert

RGB 182 65 148 -
CMYK 0 0.64 0.19 0.29
HSL 317.44º 0.47% 0.48% -
HSV(B) 317.44º 0.64% 0.71% -
XYZ 26.53 15.86 29.68 -
YUV 109.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 182 65 148 0 0.64 0.19 0.29 317.44 0.47 0.48
Hex B6 41 94 0 40 13 1D 13D 2F 30
Octal 266 101 224 0 100 23 35 475 57 60
Binary 10110110 1000001 10010100 0 1000000 10011 11101 100111101 101111 110000

Color Harmonies of #B64194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64194

Black with #B64194

Text Example


Text Example

White with #B64194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64194; }

 p { color: rgb(182,65,148); }

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

background-color css

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

 a { background-color: rgb(182,65,148); }

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

border-color css

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

 span { border-color: rgb(182,65,148); }

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