Html Css Color HEX #B61874 Medium Violet Red

📋 copy color: '#B61874'

red 182 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #B61874

Tints of Medium Violet Red #B61874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

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

R = 56.52%
G = 7.45%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B61874 (or 0xB61874) is known color: Medium Violet Red. HEX triplet: B6, 18 and 74. RGB value is (182,24,116). Sum of RGB (Red+Green+Blue) = 182+24+116=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B61874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61874 is #49E78B. Grayscale: #515151. Windows color (decimal): -4843404 or 7608502. OLE color: 7608502.

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

Color convert

RGB 182 24 116 -
CMYK 0 0.87 0.36 0.29
HSL 325.06º 0.77% 0.4% -
HSV(B) 325.06º 0.87% 0.71% -
XYZ 22.77 11.86 17.61 -
YUV 81.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 182 24 116 0 0.87 0.36 0.29 325.06 0.77 0.4
Hex B6 18 74 0 57 24 1D 145 4D 28
Octal 266 30 164 0 127 44 35 505 115 50
Binary 10110110 11000 1110100 0 1010111 100100 11101 101000101 1001101 101000

Color Harmonies of #B61874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61874

Black with #B61874

Text Example


Text Example

White with #B61874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61874; }

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

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

background-color css

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

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

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

border-color css

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

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

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