Html Css Color HEX #BD0087 Medium Violet Red

📋 copy color: '#BD0087'

red 189 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #BD0087

Tints of Medium Violet Red #BD0087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 58.33%
G = 0%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0087 (or 0xBD0087) is known color: Medium Violet Red. HEX triplet: BD, 00 and 87. RGB value is (189,0,135). Sum of RGB (Red+Green+Blue) = 189+0+135=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0087 is #42FF78. Grayscale: #474747. Windows color (decimal): -4390777 or 8847549. OLE color: 8847549.

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

Color convert

RGB 189 0 135 -
CMYK 0 1 0.29 0.26
HSL 317.14º 1% 0.37% -
HSV(B) 317.14º 1% 0.74% -
XYZ 25.36 12.57 24.01 -
YUV 71.9 163.62 211.52 -
System Red Green Blue C M Y K H S L
Decimal 189 0 135 0 1 0.29 0.26 317.14 1 0.37
Hex BD 0 87 0 64 1D 1A 13D 64 25
Octal 275 0 207 0 144 35 32 475 144 45
Binary 10111101 0 10000111 0 1100100 11101 11010 100111101 1100100 100101

Color Harmonies of #BD0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0087

Black with #BD0087

Text Example


Text Example

White with #BD0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0087; }

 p { color: rgb(189,0,135); }

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

background-color css

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

 a { background-color: rgb(189,0,135); }

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

border-color css

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

 span { border-color: rgb(189,0,135); }

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