Html Css Color HEX #B61385 Medium Violet Red

📋 copy color: '#B61385'

red 182 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #B61385

Tints of Medium Violet Red #B61385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 54.49%
G = 5.69%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B61385 (or 0xB61385) is known color: Medium Violet Red. HEX triplet: B6, 13 and 85. RGB value is (182,19,133). Sum of RGB (Red+Green+Blue) = 182+19+133=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B61385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61385 is #49EC7A. Grayscale: #505050. Windows color (decimal): -4844667 or 8721334. OLE color: 8721334.

HSL color Cylindrical-coordinate representation of color #B61385: hue angle of 318.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61385 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 133 -
CMYK 0 0.90 0.27 0.29
HSL 318.04º 0.81% 0.39% -
HSV(B) 318.04º 0.9% 0.71% -
XYZ 23.76 12.1 23.27 -
YUV 80.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 182 19 133 0 0.90 0.27 0.29 318.04 0.81 0.39
Hex B6 13 85 0 5A 1B 1D 13E 51 27
Octal 266 23 205 0 132 33 35 476 121 47
Binary 10110110 10011 10000101 0 1011010 11011 11101 100111110 1010001 100111

Color Harmonies of #B61385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61385

Black with #B61385

Text Example


Text Example

White with #B61385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61385; }

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

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

background-color css

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

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

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

border-color css

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

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

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