Html Css Color HEX #BD2385 Medium Red Violet

📋 copy color: '#BD2385'

red 189 ◦ green 35 ◦ blue 133

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

Shades of Medium Red Violet #BD2385

Tints of Medium Red Violet #BD2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

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

R = 52.94%
G = 9.8%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD2385 (or 0xBD2385) is known color: Medium Red Violet. HEX triplet: BD, 23 and 85. RGB value is (189,35,133). Sum of RGB (Red+Green+Blue) = 189+35+133=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2385 is #42DC7A. Grayscale: #5B5B5B. Windows color (decimal): -4381819 or 8725437. OLE color: 8725437.

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

Color convert

RGB 189 35 133 -
CMYK 0 0.81 0.30 0.26
HSL 321.82º 0.69% 0.44% -
HSV(B) 321.82º 0.81% 0.74% -
XYZ 25.82 13.71 23.48 -
YUV 92.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 189 35 133 0 0.81 0.30 0.26 321.82 0.69 0.44
Hex BD 23 85 0 51 1E 1A 142 45 2C
Octal 275 43 205 0 121 36 32 502 105 54
Binary 10111101 100011 10000101 0 1010001 11110 11010 101000010 1000101 101100

Color Harmonies of #BD2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2385

Black with #BD2385

Text Example


Text Example

White with #BD2385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2385; }

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

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

background-color css

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

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

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

border-color css

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

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

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