Html Css Color HEX #BD25AD Medium Red Violet

📋 copy color: '#BD25AD'

red 189 ◦ green 37 ◦ blue 173

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

Shades of Medium Red Violet #BD25AD

Tints of Medium Red Violet #BD25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.27%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 47.37%
G = 9.27%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD25AD (or 0xBD25AD) is known color: Medium Red Violet. HEX triplet: BD, 25 and AD. RGB value is (189,37,173). Sum of RGB (Red+Green+Blue) = 189+37+173=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD25AD is #42DA52. Grayscale: #616161. Windows color (decimal): -4381267 or 11347389. OLE color: 11347389.

HSL color Cylindrical-coordinate representation of color #BD25AD: hue angle of 306.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD25AD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 173 -
CMYK 0 0.80 0.08 0.26
HSL 306.32º 0.67% 0.44% -
HSV(B) 306.32º 0.8% 0.74% -
XYZ 29.19 15.16 40.92 -
YUV 97.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 189 37 173 0 0.80 0.08 0.26 306.32 0.67 0.44
Hex BD 25 AD 0 50 8 1A 132 43 2C
Octal 275 45 255 0 120 10 32 462 103 54
Binary 10111101 100101 10101101 0 1010000 1000 11010 100110010 1000011 101100

Color Harmonies of #BD25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25AD

Black with #BD25AD

Text Example


Text Example

White with #BD25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25AD; }

 p { color: rgb(189,37,173); }

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

background-color css

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

 a { background-color: rgb(189,37,173); }

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

border-color css

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

 span { border-color: rgb(189,37,173); }

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