Html Css Color HEX #BD5ADD Medium Orchid

📋 copy color: '#BD5ADD'

red 189 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #BD5ADD

Tints of Medium Orchid #BD5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 37.8%
G = 18%
B = 44.2%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD5ADD (or 0xBD5ADD) is known color: Medium Orchid. HEX triplet: BD, 5A and DD. RGB value is (189,90,221). Sum of RGB (Red+Green+Blue) = 189+90+221=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ADD is #42A522. Grayscale: #868686. Windows color (decimal): -4367651 or 14506685. OLE color: 14506685.

HSL color Cylindrical-coordinate representation of color #BD5ADD: hue angle of 285.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5ADD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 90 221 -
CMYK 0.14 0.59 0 0.13
HSL 285.34º 0.66% 0.61% -
HSV(B) 285.34º 0.59% 0.87% -
XYZ 37.69 23.35 70.93 -
YUV 134.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 189 90 221 0.14 0.59 0 0.13 285.34 0.66 0.61
Hex BD 5A DD E 3B 0 D 11D 42 3D
Octal 275 132 335 16 73 0 15 435 102 75
Binary 10111101 1011010 11011101 1110 111011 0 1101 100011101 1000010 111101

Color Harmonies of #BD5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5ADD

Black with #BD5ADD

Text Example


Text Example

White with #BD5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5ADD; }

 p { color: rgb(189,90,221); }

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

background-color css

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

 a { background-color: rgb(189,90,221); }

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

border-color css

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

 span { border-color: rgb(189,90,221); }

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