Html Css Color HEX #BD5ED0 Medium Orchid

📋 copy color: '#BD5ED0'

red 189 ◦ green 94 ◦ blue 208

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

Shades of Medium Orchid #BD5ED0

Tints of Medium Orchid #BD5ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 38.49%
G = 19.14%
B = 42.36%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD5ED0 (or 0xBD5ED0) is known color: Medium Orchid. HEX triplet: BD, 5E and D0. RGB value is (189,94,208). Sum of RGB (Red+Green+Blue) = 189+94+208=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ED0 is #42A12F. Grayscale: #878787. Windows color (decimal): -4366640 or 13655741. OLE color: 13655741.

HSL color Cylindrical-coordinate representation of color #BD5ED0: hue angle of 290º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5ED0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 94 208 -
CMYK 0.09 0.55 0 0.18
HSL 290º 0.55% 0.59% -
HSV(B) 290º 0.55% 0.82% -
XYZ 36.37 23.38 62.27 -
YUV 135.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 189 94 208 0.09 0.55 0 0.18 290 0.55 0.59
Hex BD 5E D0 9 37 0 12 122 37 3B
Octal 275 136 320 11 67 0 22 442 67 73
Binary 10111101 1011110 11010000 1001 110111 0 10010 100100010 110111 111011

Color Harmonies of #BD5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5ED0

Black with #BD5ED0

Text Example


Text Example

White with #BD5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5ED0; }

 p { color: rgb(189,94,208); }

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

background-color css

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

 a { background-color: rgb(189,94,208); }

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

border-color css

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

 span { border-color: rgb(189,94,208); }

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