Html Css Color HEX #B61A8B Medium Violet Red

📋 copy color: '#B61A8B'

red 182 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #B61A8B

Tints of Medium Violet Red #B61A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 52.45%
G = 7.49%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B61A8B (or 0xB61A8B) is known color: Medium Violet Red. HEX triplet: B6, 1A and 8B. RGB value is (182,26,139). Sum of RGB (Red+Green+Blue) = 182+26+139=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61A8B is #49E574. Grayscale: #555555. Windows color (decimal): -4842869 or 9116342. OLE color: 9116342.

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

Color convert

RGB 182 26 139 -
CMYK 0 0.86 0.24 0.29
HSL 316.54º 0.75% 0.41% -
HSV(B) 316.54º 0.86% 0.71% -
XYZ 24.32 12.55 25.57 -
YUV 85.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 182 26 139 0 0.86 0.24 0.29 316.54 0.75 0.41
Hex B6 1A 8B 0 56 18 1D 13D 4B 29
Octal 266 32 213 0 126 30 35 475 113 51
Binary 10110110 11010 10001011 0 1010110 11000 11101 100111101 1001011 101001

Color Harmonies of #B61A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A8B

Black with #B61A8B

Text Example


Text Example

White with #B61A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A8B; }

 p { color: rgb(182,26,139); }

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

background-color css

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

 a { background-color: rgb(182,26,139); }

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

border-color css

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

 span { border-color: rgb(182,26,139); }

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