Html Css Color HEX #B61C9C Medium Violet Red

📋 copy color: '#B61C9C'

red 182 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #B61C9C

Tints of Medium Violet Red #B61C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 49.73%
G = 7.65%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B61C9C (or 0xB61C9C) is known color: Medium Violet Red. HEX triplet: B6, 1C and 9C. RGB value is (182,28,156). Sum of RGB (Red+Green+Blue) = 182+28+156=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61C9C is #49E363. Grayscale: #585858. Windows color (decimal): -4842340 or 10230966. OLE color: 10230966.

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

Color convert

RGB 182 28 156 -
CMYK 0 0.85 0.14 0.29
HSL 310.13º 0.73% 0.41% -
HSV(B) 310.13º 0.85% 0.71% -
XYZ 25.71 13.18 32.64 -
YUV 88.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 182 28 156 0 0.85 0.14 0.29 310.13 0.73 0.41
Hex B6 1C 9C 0 55 E 1D 136 49 29
Octal 266 34 234 0 125 16 35 466 111 51
Binary 10110110 11100 10011100 0 1010101 1110 11101 100110110 1001001 101001

Color Harmonies of #B61C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C9C

Black with #B61C9C

Text Example


Text Example

White with #B61C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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