Html Css Color HEX #B61DA8 Medium Violet Red

📋 copy color: '#B61DA8'

red 182 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #B61DA8

Tints of Medium Violet Red #B61DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 48.02%
G = 7.65%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B61DA8 (or 0xB61DA8) is known color: Medium Violet Red. HEX triplet: B6, 1D and A8. RGB value is (182,29,168). Sum of RGB (Red+Green+Blue) = 182+29+168=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B61DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61DA8 is #49E257. Grayscale: #5A5A5A. Windows color (decimal): -4842072 or 11017654. OLE color: 11017654.

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

Color convert

RGB 182 29 168 -
CMYK 0 0.84 0.08 0.29
HSL 305.49º 0.73% 0.41% -
HSV(B) 305.49º 0.84% 0.71% -
XYZ 26.8 13.65 38.27 -
YUV 90.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 182 29 168 0 0.84 0.08 0.29 305.49 0.73 0.41
Hex B6 1D A8 0 54 8 1D 131 49 29
Octal 266 35 250 0 124 10 35 461 111 51
Binary 10110110 11101 10101000 0 1010100 1000 11101 100110001 1001001 101001

Color Harmonies of #B61DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DA8

Black with #B61DA8

Text Example


Text Example

White with #B61DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DA8; }

 p { color: rgb(182,29,168); }

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

background-color css

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

 a { background-color: rgb(182,29,168); }

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

border-color css

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

 span { border-color: rgb(182,29,168); }

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