Html Css Color HEX #B64188 Medium Red Violet

📋 copy color: '#B64188'

red 182 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #B64188

Tints of Medium Red Violet #B64188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 47.52%
G = 16.97%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B64188 (or 0xB64188) is known color: Medium Red Violet. HEX triplet: B6, 41 and 88. RGB value is (182,65,136). Sum of RGB (Red+Green+Blue) = 182+65+136=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64188 is #49BE77. Grayscale: #6B6B6B. Windows color (decimal): -4832888 or 8929718. OLE color: 8929718.

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

Color convert

RGB 182 65 136 -
CMYK 0 0.64 0.25 0.29
HSL 323.59º 0.47% 0.48% -
HSV(B) 323.59º 0.64% 0.71% -
XYZ 25.63 15.5 24.93 -
YUV 108.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 182 65 136 0 0.64 0.25 0.29 323.59 0.47 0.48
Hex B6 41 88 0 40 19 1D 144 2F 30
Octal 266 101 210 0 100 31 35 504 57 60
Binary 10110110 1000001 10001000 0 1000000 11001 11101 101000100 101111 110000

Color Harmonies of #B64188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64188

Black with #B64188

Text Example


Text Example

White with #B64188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64188; }

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

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

background-color css

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

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

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

border-color css

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

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

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