Html Css Color HEX #BD0181 Medium Violet Red

📋 copy color: '#BD0181'

red 189 ◦ green 1 ◦ blue 129

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

Shades of Medium Violet Red #BD0181

Tints of Medium Violet Red #BD0181

RGB

 RED value IS 189 (74.22% from 255) = 59.25%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 59.25%
G = 0.31%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD0181 (or 0xBD0181) is known color: Medium Violet Red. HEX triplet: BD, 01 and 81. RGB value is (189,1,129). Sum of RGB (Red+Green+Blue) = 189+1+129=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0181 is #42FE7E. Grayscale: #474747. Windows color (decimal): -4390527 or 8454589. OLE color: 8454589.

HSL color Cylindrical-coordinate representation of color #BD0181: hue angle of 319.15º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0181 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 129 -
CMYK 0 0.99 0.32 0.26
HSL 319.15º 0.99% 0.37% -
HSV(B) 319.15º 0.99% 0.74% -
XYZ 24.96 12.43 21.85 -
YUV 71.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 189 1 129 0 0.99 0.32 0.26 319.15 0.99 0.37
Hex BD 1 81 0 63 20 1A 13F 63 25
Octal 275 1 201 0 143 40 32 477 143 45
Binary 10111101 1 10000001 0 1100011 100000 11010 100111111 1100011 100101

Color Harmonies of #BD0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0181

Black with #BD0181

Text Example


Text Example

White with #BD0181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0181; }

 p { color: rgb(189,1,129); }

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

background-color css

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

 a { background-color: rgb(189,1,129); }

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

border-color css

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

 span { border-color: rgb(189,1,129); }

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