Html Css Color HEX #BD24AC Medium Violet Red

📋 copy color: '#BD24AC'

red 189 ◦ green 36 ◦ blue 172

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

Shades of Medium Violet Red #BD24AC

Tints of Medium Violet Red #BD24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 47.61%
G = 9.07%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD24AC (or 0xBD24AC) is known color: Medium Violet Red. HEX triplet: BD, 24 and AC. RGB value is (189,36,172). Sum of RGB (Red+Green+Blue) = 189+36+172=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD24AC is #42DB53. Grayscale: #606060. Windows color (decimal): -4381524 or 11281597. OLE color: 11281597.

HSL color Cylindrical-coordinate representation of color #BD24AC: hue angle of 306.67º degrees, saturation: 0.68, 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 #BD24AC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 172 -
CMYK 0 0.81 0.09 0.26
HSL 306.67º 0.68% 0.44% -
HSV(B) 306.67º 0.81% 0.74% -
XYZ 29.06 15.06 40.4 -
YUV 97.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 189 36 172 0 0.81 0.09 0.26 306.67 0.68 0.44
Hex BD 24 AC 0 51 9 1A 133 44 2C
Octal 275 44 254 0 121 11 32 463 104 54
Binary 10111101 100100 10101100 0 1010001 1001 11010 100110011 1000100 101100

Color Harmonies of #BD24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24AC

Black with #BD24AC

Text Example


Text Example

White with #BD24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24AC; }

 p { color: rgb(189,36,172); }

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

background-color css

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

 a { background-color: rgb(189,36,172); }

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

border-color css

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

 span { border-color: rgb(189,36,172); }

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