Html Css Color HEX #BD21A0 Medium Violet Red

📋 copy color: '#BD21A0'

red 189 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #BD21A0

Tints of Medium Violet Red #BD21A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 49.48%
G = 8.64%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD21A0 (or 0xBD21A0) is known color: Medium Violet Red. HEX triplet: BD, 21 and A0. RGB value is (189,33,160). Sum of RGB (Red+Green+Blue) = 189+33+160=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A0 is #42DE5F. Grayscale: #5D5D5D. Windows color (decimal): -4382304 or 10494397. OLE color: 10494397.

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

Color convert

RGB 189 33 160 -
CMYK 0 0.83 0.15 0.26
HSL 311.15º 0.7% 0.44% -
HSV(B) 311.15º 0.83% 0.74% -
XYZ 27.88 14.44 34.58 -
YUV 94.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 189 33 160 0 0.83 0.15 0.26 311.15 0.7 0.44
Hex BD 21 A0 0 53 F 1A 137 46 2C
Octal 275 41 240 0 123 17 32 467 106 54
Binary 10111101 100001 10100000 0 1010011 1111 11010 100110111 1000110 101100

Color Harmonies of #BD21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21A0

Black with #BD21A0

Text Example


Text Example

White with #BD21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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