Html Css Color HEX #B61494 Medium Violet Red

📋 copy color: '#B61494'

red 182 ◦ green 20 ◦ blue 148

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

Shades of Medium Violet Red #B61494

Tints of Medium Violet Red #B61494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

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

R = 52%
G = 5.71%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B61494 (or 0xB61494) is known color: Medium Violet Red. HEX triplet: B6, 14 and 94. RGB value is (182,20,148). Sum of RGB (Red+Green+Blue) = 182+20+148=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61494 is #49EB6B. Grayscale: #525252. Windows color (decimal): -4844396 or 9704630. OLE color: 9704630.

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

Color convert

RGB 182 20 148 -
CMYK 0 0.89 0.19 0.29
HSL 312.59º 0.8% 0.4% -
HSV(B) 312.59º 0.89% 0.71% -
XYZ 24.89 12.58 29.13 -
YUV 83.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 182 20 148 0 0.89 0.19 0.29 312.59 0.8 0.4
Hex B6 14 94 0 59 13 1D 139 50 28
Octal 266 24 224 0 131 23 35 471 120 50
Binary 10110110 10100 10010100 0 1011001 10011 11101 100111001 1010000 101000

Color Harmonies of #B61494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61494

Black with #B61494

Text Example


Text Example

White with #B61494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61494; }

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

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

background-color css

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

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

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

border-color css

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

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

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