Html Css Color HEX #BD0387 Medium Violet Red

📋 copy color: '#BD0387'

red 189 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #BD0387

Tints of Medium Violet Red #BD0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 57.8%
G = 0.92%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD0387 (or 0xBD0387) is known color: Medium Violet Red. HEX triplet: BD, 03 and 87. RGB value is (189,3,135). Sum of RGB (Red+Green+Blue) = 189+3+135=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0387 is #42FC78. Grayscale: #494949. Windows color (decimal): -4390009 or 8848317. OLE color: 8848317.

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

Color convert

RGB 189 3 135 -
CMYK 0 0.98 0.29 0.26
HSL 317.42º 0.97% 0.38% -
HSV(B) 317.42º 0.98% 0.74% -
XYZ 25.39 12.63 24.02 -
YUV 73.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 189 3 135 0 0.98 0.29 0.26 317.42 0.97 0.38
Hex BD 3 87 0 62 1D 1A 13D 61 26
Octal 275 3 207 0 142 35 32 475 141 46
Binary 10111101 11 10000111 0 1100010 11101 11010 100111101 1100001 100110

Color Harmonies of #BD0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0387

Black with #BD0387

Text Example


Text Example

White with #BD0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0387; }

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

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

background-color css

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

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

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

border-color css

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

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

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