Html Css Color HEX #BD32DE Medium Orchid

📋 copy color: '#BD32DE'

red 189 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #BD32DE

Tints of Medium Orchid #BD32DE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 41%
G = 10.85%
B = 48.16%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD32DE (or 0xBD32DE) is known color: Medium Orchid. HEX triplet: BD, 32 and DE. RGB value is (189,50,222). Sum of RGB (Red+Green+Blue) = 189+50+222=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32DE is #42CD21. Grayscale: #6E6E6E. Windows color (decimal): -4377890 or 14561981. OLE color: 14561981.

HSL color Cylindrical-coordinate representation of color #BD32DE: hue angle of 288.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD32DE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 50 222 -
CMYK 0.15 0.77 0 0.13
HSL 288.49º 0.72% 0.53% -
HSV(B) 288.49º 0.77% 0.87% -
XYZ 35.31 18.37 70.79 -
YUV 111.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 189 50 222 0.15 0.77 0 0.13 288.49 0.72 0.53
Hex BD 32 DE F 4D 0 D 120 48 35
Octal 275 62 336 17 115 0 15 440 110 65
Binary 10111101 110010 11011110 1111 1001101 0 1101 100100000 1001000 110101

Color Harmonies of #BD32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32DE

Black with #BD32DE

Text Example


Text Example

White with #BD32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32DE; }

 p { color: rgb(189,50,222); }

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

background-color css

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

 a { background-color: rgb(189,50,222); }

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

border-color css

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

 span { border-color: rgb(189,50,222); }

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