Html Css Color HEX #BD1081 Medium Violet Red

📋 copy color: '#BD1081'

red 189 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #BD1081

Tints of Medium Violet Red #BD1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

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

R = 56.59%
G = 4.79%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1081 (or 0xBD1081) is known color: Medium Violet Red. HEX triplet: BD, 10 and 81. RGB value is (189,16,129). Sum of RGB (Red+Green+Blue) = 189+16+129=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1081 is #42EF7E. Grayscale: #505050. Windows color (decimal): -4386687 or 8458429. OLE color: 8458429.

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

Color convert

RGB 189 16 129 -
CMYK 0 0.92 0.32 0.26
HSL 320.81º 0.84% 0.4% -
HSV(B) 320.81º 0.92% 0.74% -
XYZ 25.13 12.77 21.91 -
YUV 80.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 189 16 129 0 0.92 0.32 0.26 320.81 0.84 0.4
Hex BD 10 81 0 5C 20 1A 141 54 28
Octal 275 20 201 0 134 40 32 501 124 50
Binary 10111101 10000 10000001 0 1011100 100000 11010 101000001 1010100 101000

Color Harmonies of #BD1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1081

Black with #BD1081

Text Example


Text Example

White with #BD1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1081; }

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

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

background-color css

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

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

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

border-color css

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

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

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