Html Css Color HEX #BD6EE0 Medium Orchid

📋 copy color: '#BD6EE0'

red 189 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #BD6EE0

Tints of Medium Orchid #BD6EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 36.14%
G = 21.03%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD6EE0 (or 0xBD6EE0) is known color: Medium Orchid. HEX triplet: BD, 6E and E0. RGB value is (189,110,224). Sum of RGB (Red+Green+Blue) = 189+110+224=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EE0 is #42911F. Grayscale: #929292. Windows color (decimal): -4362528 or 14708413. OLE color: 14708413.

HSL color Cylindrical-coordinate representation of color #BD6EE0: hue angle of 281.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6EE0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 110 224 -
CMYK 0.16 0.51 0 0.12
HSL 281.58º 0.65% 0.65% -
HSV(B) 281.58º 0.51% 0.88% -
XYZ 40.02 27.35 73.69 -
YUV 146.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 189 110 224 0.16 0.51 0 0.12 281.58 0.65 0.65
Hex BD 6E E0 10 33 0 C 11A 41 41
Octal 275 156 340 20 63 0 14 432 101 101
Binary 10111101 1101110 11100000 10000 110011 0 1100 100011010 1000001 1000001

Color Harmonies of #BD6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EE0

Black with #BD6EE0

Text Example


Text Example

White with #BD6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EE0; }

 p { color: rgb(189,110,224); }

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

background-color css

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

 a { background-color: rgb(189,110,224); }

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

border-color css

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

 span { border-color: rgb(189,110,224); }

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