Html Css Color HEX #BD24AB Medium Violet Red

📋 copy color: '#BD24AB'

red 189 ◦ green 36 ◦ blue 171

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

Shades of Medium Violet Red #BD24AB

Tints of Medium Violet Red #BD24AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 47.73%
G = 9.09%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD24AB (or 0xBD24AB) is known color: Medium Violet Red. HEX triplet: BD, 24 and AB. RGB value is (189,36,171). Sum of RGB (Red+Green+Blue) = 189+36+171=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD24AB is #42DB54. Grayscale: #606060. Windows color (decimal): -4381525 or 11216061. OLE color: 11216061.

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

Color convert

RGB 189 36 171 -
CMYK 0 0.81 0.10 0.26
HSL 307.06º 0.68% 0.44% -
HSV(B) 307.06º 0.81% 0.74% -
XYZ 28.97 15.02 39.9 -
YUV 97.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 189 36 171 0 0.81 0.10 0.26 307.06 0.68 0.44
Hex BD 24 AB 0 51 A 1A 133 44 2C
Octal 275 44 253 0 121 12 32 463 104 54
Binary 10111101 100100 10101011 0 1010001 1010 11010 100110011 1000100 101100

Color Harmonies of #BD24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD24AB

Black with #BD24AB

Text Example


Text Example

White with #BD24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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