Html Css Color HEX #BD21A3 Medium Violet Red

📋 copy color: '#BD21A3'

red 189 ◦ green 33 ◦ blue 163

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

Shades of Medium Violet Red #BD21A3

Tints of Medium Violet Red #BD21A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 49.09%
G = 8.57%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD21A3 (or 0xBD21A3) is known color: Medium Violet Red. HEX triplet: BD, 21 and A3. RGB value is (189,33,163). Sum of RGB (Red+Green+Blue) = 189+33+163=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A3 is #42DE5C. Grayscale: #5E5E5E. Windows color (decimal): -4382301 or 10691005. OLE color: 10691005.

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

Color convert

RGB 189 33 163 -
CMYK 0 0.83 0.14 0.26
HSL 310º 0.7% 0.44% -
HSV(B) 310º 0.83% 0.74% -
XYZ 28.14 14.55 35.98 -
YUV 94.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 189 33 163 0 0.83 0.14 0.26 310 0.7 0.44
Hex BD 21 A3 0 53 E 1A 136 46 2C
Octal 275 41 243 0 123 16 32 466 106 54
Binary 10111101 100001 10100011 0 1010011 1110 11010 100110110 1000110 101100

Color Harmonies of #BD21A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21A3

Black with #BD21A3

Text Example


Text Example

White with #BD21A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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