Html Css Color HEX #B61C90 Medium Violet Red

📋 copy color: '#B61C90'

red 182 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #B61C90

Tints of Medium Violet Red #B61C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 51.41%
G = 7.91%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B61C90 (or 0xB61C90) is known color: Medium Violet Red. HEX triplet: B6, 1C and 90. RGB value is (182,28,144). Sum of RGB (Red+Green+Blue) = 182+28+144=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61C90 is #49E36F. Grayscale: #565656. Windows color (decimal): -4842352 or 9444534. OLE color: 9444534.

HSL color Cylindrical-coordinate representation of color #B61C90: hue angle of 314.81º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61C90 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 28 144 -
CMYK 0 0.85 0.21 0.29
HSL 314.81º 0.73% 0.41% -
HSV(B) 314.81º 0.85% 0.71% -
XYZ 24.74 12.79 27.55 -
YUV 87.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 182 28 144 0 0.85 0.21 0.29 314.81 0.73 0.41
Hex B6 1C 90 0 55 15 1D 13B 49 29
Octal 266 34 220 0 125 25 35 473 111 51
Binary 10110110 11100 10010000 0 1010101 10101 11101 100111011 1001001 101001

Color Harmonies of #B61C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C90

Black with #B61C90

Text Example


Text Example

White with #B61C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C90; }

 p { color: rgb(182,28,144); }

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

background-color css

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

 a { background-color: rgb(182,28,144); }

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

border-color css

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

 span { border-color: rgb(182,28,144); }

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