Html Css Color HEX #BD0187 Medium Violet Red

📋 copy color: '#BD0187'

red 189 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #BD0187

Tints of Medium Violet Red #BD0187

RGB

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

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

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

R = 58.15%
G = 0.31%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0187 (or 0xBD0187) is known color: Medium Violet Red. HEX triplet: BD, 01 and 87. RGB value is (189,1,135). Sum of RGB (Red+Green+Blue) = 189+1+135=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0187 is #42FE78. Grayscale: #484848. Windows color (decimal): -4390521 or 8847805. OLE color: 8847805.

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

Color convert

RGB 189 1 135 -
CMYK 0 0.99 0.29 0.26
HSL 317.23º 0.99% 0.37% -
HSV(B) 317.23º 0.99% 0.74% -
XYZ 25.37 12.59 24.01 -
YUV 72.49 163.28 211.1 -
System Red Green Blue C M Y K H S L
Decimal 189 1 135 0 0.99 0.29 0.26 317.23 0.99 0.37
Hex BD 1 87 0 63 1D 1A 13D 63 25
Octal 275 1 207 0 143 35 32 475 143 45
Binary 10111101 1 10000111 0 1100011 11101 11010 100111101 1100011 100101

Color Harmonies of #BD0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0187

Black with #BD0187

Text Example


Text Example

White with #BD0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0187; }

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

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

background-color css

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

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

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

border-color css

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

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

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