Html Css Color HEX #BD0287 Medium Violet Red

📋 copy color: '#BD0287'

red 189 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #BD0287

Tints of Medium Violet Red #BD0287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 57.98%
G = 0.61%
B = 41.41%

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

#BD0287 (or 0xBD0287) is known color: Medium Violet Red. HEX triplet: BD, 02 and 87. RGB value is (189,2,135). Sum of RGB (Red+Green+Blue) = 189+2+135=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0287 is #42FD78. Grayscale: #484848. Windows color (decimal): -4390265 or 8848061. OLE color: 8848061.

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

Color convert

RGB 189 2 135 -
CMYK 0 0.99 0.29 0.26
HSL 317.33º 0.98% 0.37% -
HSV(B) 317.33º 0.99% 0.74% -
XYZ 25.38 12.61 24.02 -
YUV 73.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 189 2 135 0 0.99 0.29 0.26 317.33 0.98 0.37
Hex BD 2 87 0 63 1D 1A 13D 62 25
Octal 275 2 207 0 143 35 32 475 142 45
Binary 10111101 10 10000111 0 1100011 11101 11010 100111101 1100010 100101

Color Harmonies of #BD0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0287

Black with #BD0287

Text Example


Text Example

White with #BD0287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0287; }

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

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

background-color css

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

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

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

border-color css

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

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

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