Html Css Color HEX #BD21A8 Medium Violet Red

📋 copy color: '#BD21A8'

red 189 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #BD21A8

Tints of Medium Violet Red #BD21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 48.46%
G = 8.46%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD21A8 (or 0xBD21A8) is known color: Medium Violet Red. HEX triplet: BD, 21 and A8. RGB value is (189,33,168). Sum of RGB (Red+Green+Blue) = 189+33+168=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A8 is #42DE57. Grayscale: #5E5E5E. Windows color (decimal): -4382296 or 11018685. OLE color: 11018685.

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

Color convert

RGB 189 33 168 -
CMYK 0 0.83 0.11 0.26
HSL 308.08º 0.7% 0.44% -
HSV(B) 308.08º 0.83% 0.74% -
XYZ 28.6 14.73 38.38 -
YUV 95.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 189 33 168 0 0.83 0.11 0.26 308.08 0.7 0.44
Hex BD 21 A8 0 53 B 1A 134 46 2C
Octal 275 41 250 0 123 13 32 464 106 54
Binary 10111101 100001 10101000 0 1010011 1011 11010 100110100 1000110 101100

Color Harmonies of #BD21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21A8

Black with #BD21A8

Text Example


Text Example

White with #BD21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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