Html Css Color HEX #BD5DDF Medium Orchid

📋 copy color: '#BD5DDF'

red 189 ◦ green 93 ◦ blue 223

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

Shades of Medium Orchid #BD5DDF

Tints of Medium Orchid #BD5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 37.43%
G = 18.42%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD5DDF (or 0xBD5DDF) is known color: Medium Orchid. HEX triplet: BD, 5D and DF. RGB value is (189,93,223). Sum of RGB (Red+Green+Blue) = 189+93+223=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD5DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DDF is #42A220. Grayscale: #888888. Windows color (decimal): -4366881 or 14638525. OLE color: 14638525.

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

Color convert

RGB 189 93 223 -
CMYK 0.15 0.58 0 0.13
HSL 284.31º 0.67% 0.62% -
HSV(B) 284.31º 0.58% 0.87% -
XYZ 38.22 23.98 72.43 -
YUV 136.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 189 93 223 0.15 0.58 0 0.13 284.31 0.67 0.62
Hex BD 5D DF F 3A 0 D 11C 43 3E
Octal 275 135 337 17 72 0 15 434 103 76
Binary 10111101 1011101 11011111 1111 111010 0 1101 100011100 1000011 111110

Color Harmonies of #BD5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DDF

Black with #BD5DDF

Text Example


Text Example

White with #BD5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DDF; }

 p { color: rgb(189,93,223); }

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

background-color css

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

 a { background-color: rgb(189,93,223); }

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

border-color css

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

 span { border-color: rgb(189,93,223); }

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