Html Css Color HEX #B64183 Medium Red Violet

📋 copy color: '#B64183'

red 182 ◦ green 65 ◦ blue 131

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

Shades of Medium Red Violet #B64183

Tints of Medium Red Violet #B64183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 48.15%
G = 17.2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B64183 (or 0xB64183) is known color: Medium Red Violet. HEX triplet: B6, 41 and 83. RGB value is (182,65,131). Sum of RGB (Red+Green+Blue) = 182+65+131=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B64183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64183 is #49BE7C. Grayscale: #6B6B6B. Windows color (decimal): -4832893 or 8602038. OLE color: 8602038.

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

Color convert

RGB 182 65 131 -
CMYK 0 0.64 0.28 0.29
HSL 326.15º 0.47% 0.48% -
HSV(B) 326.15º 0.64% 0.71% -
XYZ 25.28 15.36 23.11 -
YUV 107.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 182 65 131 0 0.64 0.28 0.29 326.15 0.47 0.48
Hex B6 41 83 0 40 1C 1D 146 2F 30
Octal 266 101 203 0 100 34 35 506 57 60
Binary 10110110 1000001 10000011 0 1000000 11100 11101 101000110 101111 110000

Color Harmonies of #B64183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64183

Black with #B64183

Text Example


Text Example

White with #B64183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64183; }

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

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

background-color css

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

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

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

border-color css

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

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

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