Html Css Color HEX #BD22AD Medium Violet Red

📋 copy color: '#BD22AD'

red 189 ◦ green 34 ◦ blue 173

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

Shades of Medium Violet Red #BD22AD

Tints of Medium Violet Red #BD22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.59%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 47.73%
G = 8.59%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD22AD (or 0xBD22AD) is known color: Medium Violet Red. HEX triplet: BD, 22 and AD. RGB value is (189,34,173). Sum of RGB (Red+Green+Blue) = 189+34+173=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22AD is #42DD52. Grayscale: #5F5F5F. Windows color (decimal): -4382035 or 11346621. OLE color: 11346621.

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

Color convert

RGB 189 34 173 -
CMYK 0 0.82 0.08 0.26
HSL 306.19º 0.7% 0.44% -
HSV(B) 306.19º 0.82% 0.74% -
XYZ 29.1 14.98 40.89 -
YUV 96.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 189 34 173 0 0.82 0.08 0.26 306.19 0.7 0.44
Hex BD 22 AD 0 52 8 1A 132 46 2C
Octal 275 42 255 0 122 10 32 462 106 54
Binary 10111101 100010 10101101 0 1010010 1000 11010 100110010 1000110 101100

Color Harmonies of #BD22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD22AD

Black with #BD22AD

Text Example


Text Example

White with #BD22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD22AD; }

 p { color: rgb(189,34,173); }

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

background-color css

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

 a { background-color: rgb(189,34,173); }

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

border-color css

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

 span { border-color: rgb(189,34,173); }

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