Html Css Color HEX #B64385 Medium Red Violet

📋 copy color: '#B64385'

red 182 ◦ green 67 ◦ blue 133

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

Shades of Medium Red Violet #B64385

Tints of Medium Red Violet #B64385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 47.64%
G = 17.54%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B64385 (or 0xB64385) is known color: Medium Red Violet. HEX triplet: B6, 43 and 85. RGB value is (182,67,133). Sum of RGB (Red+Green+Blue) = 182+67+133=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64385 is #49BC7A. Grayscale: #6C6C6C. Windows color (decimal): -4832379 or 8733622. OLE color: 8733622.

HSL color Cylindrical-coordinate representation of color #B64385: hue angle of 325.57º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64385 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 133 -
CMYK 0 0.63 0.27 0.29
HSL 325.57º 0.46% 0.49% -
HSV(B) 325.57º 0.63% 0.71% -
XYZ 25.53 15.65 23.87 -
YUV 108.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 182 67 133 0 0.63 0.27 0.29 325.57 0.46 0.49
Hex B6 43 85 0 3F 1B 1D 146 2E 31
Octal 266 103 205 0 77 33 35 506 56 61
Binary 10110110 1000011 10000101 0 111111 11011 11101 101000110 101110 110001

Color Harmonies of #B64385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64385

Black with #B64385

Text Example


Text Example

White with #B64385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64385; }

 p { color: rgb(182,67,133); }

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

background-color css

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

 a { background-color: rgb(182,67,133); }

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

border-color css

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

 span { border-color: rgb(182,67,133); }

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