Html Css Color HEX #B61474 Medium Violet Red

📋 copy color: '#B61474'

red 182 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #B61474

Tints of Medium Violet Red #B61474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 57.23%
G = 6.29%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B61474 (or 0xB61474) is known color: Medium Violet Red. HEX triplet: B6, 14 and 74. RGB value is (182,20,116). Sum of RGB (Red+Green+Blue) = 182+20+116=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61474 is #49EB8B. Grayscale: #4F4F4F. Windows color (decimal): -4844428 or 7607478. OLE color: 7607478.

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

Color convert

RGB 182 20 116 -
CMYK 0 0.89 0.36 0.29
HSL 324.44º 0.8% 0.4% -
HSV(B) 324.44º 0.89% 0.71% -
XYZ 22.69 11.71 17.59 -
YUV 79.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 182 20 116 0 0.89 0.36 0.29 324.44 0.8 0.4
Hex B6 14 74 0 59 24 1D 144 50 28
Octal 266 24 164 0 131 44 35 504 120 50
Binary 10110110 10100 1110100 0 1011001 100100 11101 101000100 1010000 101000

Color Harmonies of #B61474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61474

Black with #B61474

Text Example


Text Example

White with #B61474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61474; }

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

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

background-color css

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

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

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

border-color css

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

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

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