Html Css Color HEX #B61690 Medium Violet Red

📋 copy color: '#B61690'

red 182 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #B61690

Tints of Medium Violet Red #B61690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

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

R = 52.3%
G = 6.32%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B61690 (or 0xB61690) is known color: Medium Violet Red. HEX triplet: B6, 16 and 90. RGB value is (182,22,144). Sum of RGB (Red+Green+Blue) = 182+22+144=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B61690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61690 is #49E96F. Grayscale: #535353. Windows color (decimal): -4843888 or 9442998. OLE color: 9442998.

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

Color convert

RGB 182 22 144 -
CMYK 0 0.88 0.21 0.29
HSL 314.25º 0.78% 0.4% -
HSV(B) 314.25º 0.88% 0.71% -
XYZ 24.61 12.53 27.51 -
YUV 83.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 182 22 144 0 0.88 0.21 0.29 314.25 0.78 0.4
Hex B6 16 90 0 58 15 1D 13A 4E 28
Octal 266 26 220 0 130 25 35 472 116 50
Binary 10110110 10110 10010000 0 1011000 10101 11101 100111010 1001110 101000

Color Harmonies of #B61690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61690

Black with #B61690

Text Example


Text Example

White with #B61690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61690; }

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

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

background-color css

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

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

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

border-color css

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

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

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