Html Css Color HEX #BD21AC Medium Violet Red

📋 copy color: '#BD21AC'

red 189 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #BD21AC

Tints of Medium Violet Red #BD21AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.38%

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

R = 47.97%
G = 8.38%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD21AC (or 0xBD21AC) is known color: Medium Violet Red. HEX triplet: BD, 21 and AC. RGB value is (189,33,172). Sum of RGB (Red+Green+Blue) = 189+33+172=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21AC is #42DE53. Grayscale: #5F5F5F. Windows color (decimal): -4382292 or 11280829. OLE color: 11280829.

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

Color convert

RGB 189 33 172 -
CMYK 0 0.83 0.09 0.26
HSL 306.54º 0.7% 0.44% -
HSV(B) 306.54º 0.83% 0.74% -
XYZ 28.98 14.89 40.38 -
YUV 95.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 189 33 172 0 0.83 0.09 0.26 306.54 0.7 0.44
Hex BD 21 AC 0 53 9 1A 133 46 2C
Octal 275 41 254 0 123 11 32 463 106 54
Binary 10111101 100001 10101100 0 1010011 1001 11010 100110011 1000110 101100

Color Harmonies of #BD21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21AC

Black with #BD21AC

Text Example


Text Example

White with #BD21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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