Html Css Color HEX #B61593 Medium Violet Red

📋 copy color: '#B61593'

red 182 ◦ green 21 ◦ blue 147

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

Shades of Medium Violet Red #B61593

Tints of Medium Violet Red #B61593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 52%
G = 6%
B = 42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B61593 (or 0xB61593) is known color: Medium Violet Red. HEX triplet: B6, 15 and 93. RGB value is (182,21,147). Sum of RGB (Red+Green+Blue) = 182+21+147=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61593 is #49EA6C. Grayscale: #535353. Windows color (decimal): -4844141 or 9639350. OLE color: 9639350.

HSL color Cylindrical-coordinate representation of color #B61593: hue angle of 313.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61593 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 147 -
CMYK 0 0.88 0.19 0.29
HSL 313.04º 0.79% 0.4% -
HSV(B) 313.04º 0.88% 0.71% -
XYZ 24.83 12.59 28.73 -
YUV 83.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 182 21 147 0 0.88 0.19 0.29 313.04 0.79 0.4
Hex B6 15 93 0 58 13 1D 139 4F 28
Octal 266 25 223 0 130 23 35 471 117 50
Binary 10110110 10101 10010011 0 1011000 10011 11101 100111001 1001111 101000

Color Harmonies of #B61593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61593

Black with #B61593

Text Example


Text Example

White with #B61593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61593; }

 p { color: rgb(182,21,147); }

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

background-color css

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

 a { background-color: rgb(182,21,147); }

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

border-color css

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

 span { border-color: rgb(182,21,147); }

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