Html Css Color HEX #BD1385 Medium Violet Red

📋 copy color: '#BD1385'

red 189 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #BD1385

Tints of Medium Violet Red #BD1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 55.43%
G = 5.57%
B = 39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD1385 (or 0xBD1385) is known color: Medium Violet Red. HEX triplet: BD, 13 and 85. RGB value is (189,19,133). Sum of RGB (Red+Green+Blue) = 189+19+133=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1385 is #42EC7A. Grayscale: #525252. Windows color (decimal): -4385915 or 8721341. OLE color: 8721341.

HSL color Cylindrical-coordinate representation of color #BD1385: hue angle of 319.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1385 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 133 -
CMYK 0 0.90 0.30 0.26
HSL 319.76º 0.82% 0.41% -
HSV(B) 319.76º 0.9% 0.74% -
XYZ 25.45 12.98 23.35 -
YUV 82.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 189 19 133 0 0.90 0.30 0.26 319.76 0.82 0.41
Hex BD 13 85 0 5A 1E 1A 140 52 29
Octal 275 23 205 0 132 36 32 500 122 51
Binary 10111101 10011 10000101 0 1011010 11110 11010 101000000 1010010 101001

Color Harmonies of #BD1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1385

Black with #BD1385

Text Example


Text Example

White with #BD1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1385; }

 p { color: rgb(189,19,133); }

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

background-color css

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

 a { background-color: rgb(189,19,133); }

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

border-color css

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

 span { border-color: rgb(189,19,133); }

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