Html Css Color HEX #B61F90 Medium Violet Red

📋 copy color: '#B61F90'

red 182 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #B61F90

Tints of Medium Violet Red #B61F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 50.98%
G = 8.68%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B61F90 (or 0xB61F90) is known color: Medium Violet Red. HEX triplet: B6, 1F and 90. RGB value is (182,31,144). Sum of RGB (Red+Green+Blue) = 182+31+144=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61F90 is #49E06F. Grayscale: #585858. Windows color (decimal): -4841584 or 9445302. OLE color: 9445302.

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

Color convert

RGB 182 31 144 -
CMYK 0 0.83 0.21 0.29
HSL 315.1º 0.71% 0.42% -
HSV(B) 315.1º 0.83% 0.71% -
XYZ 24.82 12.94 27.58 -
YUV 89.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 182 31 144 0 0.83 0.21 0.29 315.1 0.71 0.42
Hex B6 1F 90 0 53 15 1D 13B 47 2A
Octal 266 37 220 0 123 25 35 473 107 52
Binary 10110110 11111 10010000 0 1010011 10101 11101 100111011 1000111 101010

Color Harmonies of #B61F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F90

Black with #B61F90

Text Example


Text Example

White with #B61F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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