Html Css Color HEX #B61594 Medium Violet Red

📋 copy color: '#B61594'

red 182 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #B61594

Tints of Medium Violet Red #B61594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 51.85%
G = 5.98%
B = 42.17%

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

#B61594 (or 0xB61594) is known color: Medium Violet Red. HEX triplet: B6, 15 and 94. RGB value is (182,21,148). Sum of RGB (Red+Green+Blue) = 182+21+148=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61594 is #49EA6B. Grayscale: #535353. Windows color (decimal): -4844140 or 9704886. OLE color: 9704886.

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

Color convert

RGB 182 21 148 -
CMYK 0 0.88 0.19 0.29
HSL 312.67º 0.79% 0.4% -
HSV(B) 312.67º 0.88% 0.71% -
XYZ 24.9 12.62 29.14 -
YUV 83.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 182 21 148 0 0.88 0.19 0.29 312.67 0.79 0.4
Hex B6 15 94 0 58 13 1D 139 4F 28
Octal 266 25 224 0 130 23 35 471 117 50
Binary 10110110 10101 10010100 0 1011000 10011 11101 100111001 1001111 101000

Color Harmonies of #B61594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61594

Black with #B61594

Text Example


Text Example

White with #B61594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61594; }

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

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

background-color css

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

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

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

border-color css

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

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

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