Html Css Color HEX #BD25AE Medium Red Violet

📋 copy color: '#BD25AE'

red 189 ◦ green 37 ◦ blue 174

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

Shades of Medium Red Violet #BD25AE

Tints of Medium Red Violet #BD25AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 47.25%
G = 9.25%
B = 43.5%

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

#BD25AE (or 0xBD25AE) is known color: Medium Red Violet. HEX triplet: BD, 25 and AE. RGB value is (189,37,174). Sum of RGB (Red+Green+Blue) = 189+37+174=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD25AE is #42DA51. Grayscale: #616161. Windows color (decimal): -4381266 or 11412925. OLE color: 11412925.

HSL color Cylindrical-coordinate representation of color #BD25AE: hue angle of 305.92º 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 #BD25AE is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 174 -
CMYK 0 0.80 0.08 0.26
HSL 305.92º 0.67% 0.44% -
HSV(B) 305.92º 0.8% 0.74% -
XYZ 29.29 15.2 41.43 -
YUV 98.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 189 37 174 0 0.80 0.08 0.26 305.92 0.67 0.44
Hex BD 25 AE 0 50 8 1A 132 43 2C
Octal 275 45 256 0 120 10 32 462 103 54
Binary 10111101 100101 10101110 0 1010000 1000 11010 100110010 1000011 101100

Color Harmonies of #BD25AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25AE

Black with #BD25AE

Text Example


Text Example

White with #BD25AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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