Html Css Color HEX #BD018D Medium Violet Red

📋 copy color: '#BD018D'

red 189 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #BD018D

Tints of Medium Violet Red #BD018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 57.1%
G = 0.3%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD018D (or 0xBD018D) is known color: Medium Violet Red. HEX triplet: BD, 01 and 8D. RGB value is (189,1,141). Sum of RGB (Red+Green+Blue) = 189+1+141=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD018D is #42FE72. Grayscale: #484848. Windows color (decimal): -4390515 or 9241021. OLE color: 9241021.

HSL color Cylindrical-coordinate representation of color #BD018D: hue angle of 315.32º 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 #BD018D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 141 -
CMYK 0 0.99 0.25 0.26
HSL 315.32º 0.99% 0.37% -
HSV(B) 315.32º 0.99% 0.74% -
XYZ 25.8 12.76 26.3 -
YUV 73.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 189 1 141 0 0.99 0.25 0.26 315.32 0.99 0.37
Hex BD 1 8D 0 63 19 1A 13B 63 25
Octal 275 1 215 0 143 31 32 473 143 45
Binary 10111101 1 10001101 0 1100011 11001 11010 100111011 1100011 100101

Color Harmonies of #BD018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD018D

Black with #BD018D

Text Example


Text Example

White with #BD018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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