Html Css Color HEX #B61794 Medium Violet Red

📋 copy color: '#B61794'

red 182 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #B61794

Tints of Medium Violet Red #B61794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.52%

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

R = 51.56%
G = 6.52%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B61794 (or 0xB61794) is known color: Medium Violet Red. HEX triplet: B6, 17 and 94. RGB value is (182,23,148). Sum of RGB (Red+Green+Blue) = 182+23+148=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B61794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61794 is #49E86B. Grayscale: #545454. Windows color (decimal): -4843628 or 9705398. OLE color: 9705398.

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

Color convert

RGB 182 23 148 -
CMYK 0 0.87 0.19 0.29
HSL 312.83º 0.78% 0.4% -
HSV(B) 312.83º 0.87% 0.71% -
XYZ 24.94 12.7 29.15 -
YUV 84.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 182 23 148 0 0.87 0.19 0.29 312.83 0.78 0.4
Hex B6 17 94 0 57 13 1D 139 4E 28
Octal 266 27 224 0 127 23 35 471 116 50
Binary 10110110 10111 10010100 0 1010111 10011 11101 100111001 1001110 101000

Color Harmonies of #B61794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61794

Black with #B61794

Text Example


Text Example

White with #B61794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61794; }

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

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

background-color css

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

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

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

border-color css

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

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

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