Html Css Color HEX #BD2085 Medium Violet Red

📋 copy color: '#BD2085'

red 189 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #BD2085

Tints of Medium Violet Red #BD2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 53.39%
G = 9.04%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD2085 (or 0xBD2085) is known color: Medium Violet Red. HEX triplet: BD, 20 and 85. RGB value is (189,32,133). Sum of RGB (Red+Green+Blue) = 189+32+133=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2085 is #42DF7A. Grayscale: #5A5A5A. Windows color (decimal): -4382587 or 8724669. OLE color: 8724669.

HSL color Cylindrical-coordinate representation of color #BD2085: hue angle of 321.4º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2085 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 133 -
CMYK 0 0.83 0.30 0.26
HSL 321.4º 0.71% 0.43% -
HSV(B) 321.4º 0.83% 0.74% -
XYZ 25.74 13.55 23.45 -
YUV 90.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 189 32 133 0 0.83 0.30 0.26 321.4 0.71 0.43
Hex BD 20 85 0 53 1E 1A 141 47 2B
Octal 275 40 205 0 123 36 32 501 107 53
Binary 10111101 100000 10000101 0 1010011 11110 11010 101000001 1000111 101011

Color Harmonies of #BD2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2085

Black with #BD2085

Text Example


Text Example

White with #BD2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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