Html Css Color HEX #B61B9C Medium Violet Red

📋 copy color: '#B61B9C'

red 182 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #B61B9C

Tints of Medium Violet Red #B61B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

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

R = 49.86%
G = 7.4%
B = 42.74%

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

#B61B9C (or 0xB61B9C) is known color: Medium Violet Red. HEX triplet: B6, 1B and 9C. RGB value is (182,27,156). Sum of RGB (Red+Green+Blue) = 182+27+156=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61B9C is #49E463. Grayscale: #575757. Windows color (decimal): -4842596 or 10230710. OLE color: 10230710.

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

Color convert

RGB 182 27 156 -
CMYK 0 0.85 0.14 0.29
HSL 310.06º 0.74% 0.41% -
HSV(B) 310.06º 0.85% 0.71% -
XYZ 25.68 13.13 32.63 -
YUV 88.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 182 27 156 0 0.85 0.14 0.29 310.06 0.74 0.41
Hex B6 1B 9C 0 55 E 1D 136 4A 29
Octal 266 33 234 0 125 16 35 466 112 51
Binary 10110110 11011 10011100 0 1010101 1110 11101 100110110 1001010 101001

Color Harmonies of #B61B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B9C

Black with #B61B9C

Text Example


Text Example

White with #B61B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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