Html Css Color HEX #B64181 Medium Red Violet

📋 copy color: '#B64181'

red 182 ◦ green 65 ◦ blue 129

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

Shades of Medium Red Violet #B64181

Tints of Medium Red Violet #B64181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 48.4%
G = 17.29%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B64181 (or 0xB64181) is known color: Medium Red Violet. HEX triplet: B6, 41 and 81. RGB value is (182,65,129). Sum of RGB (Red+Green+Blue) = 182+65+129=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B64181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64181 is #49BE7E. Grayscale: #6B6B6B. Windows color (decimal): -4832895 or 8470966. OLE color: 8470966.

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

Color convert

RGB 182 65 129 -
CMYK 0 0.64 0.29 0.29
HSL 327.18º 0.47% 0.48% -
HSV(B) 327.18º 0.64% 0.71% -
XYZ 25.14 15.31 22.4 -
YUV 107.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 182 65 129 0 0.64 0.29 0.29 327.18 0.47 0.48
Hex B6 41 81 0 40 1D 1D 147 2F 30
Octal 266 101 201 0 100 35 35 507 57 60
Binary 10110110 1000001 10000001 0 1000000 11101 11101 101000111 101111 110000

Color Harmonies of #B64181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64181

Black with #B64181

Text Example


Text Example

White with #B64181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64181; }

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

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

background-color css

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

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

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

border-color css

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

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

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