Html Css Color HEX #BD22A0 Medium Violet Red

📋 copy color: '#BD22A0'

red 189 ◦ green 34 ◦ blue 160

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

Shades of Medium Violet Red #BD22A0

Tints of Medium Violet Red #BD22A0

RGB

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

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

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

R = 49.35%
G = 8.88%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD22A0 (or 0xBD22A0) is known color: Medium Violet Red. HEX triplet: BD, 22 and A0. RGB value is (189,34,160). Sum of RGB (Red+Green+Blue) = 189+34+160=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A0 is #42DD5F. Grayscale: #5E5E5E. Windows color (decimal): -4382048 or 10494653. OLE color: 10494653.

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

Color convert

RGB 189 34 160 -
CMYK 0 0.82 0.15 0.26
HSL 311.23º 0.7% 0.44% -
HSV(B) 311.23º 0.82% 0.74% -
XYZ 27.9 14.5 34.59 -
YUV 94.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 189 34 160 0 0.82 0.15 0.26 311.23 0.7 0.44
Hex BD 22 A0 0 52 F 1A 137 46 2C
Octal 275 42 240 0 122 17 32 467 106 54
Binary 10111101 100010 10100000 0 1010010 1111 11010 100110111 1000110 101100

Color Harmonies of #BD22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD22A0

Black with #BD22A0

Text Example


Text Example

White with #BD22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD22A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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