Html Css Color HEX #BD6EDE Medium Orchid

📋 copy color: '#BD6EDE'

red 189 ◦ green 110 ◦ blue 222

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

Shades of Medium Orchid #BD6EDE

Tints of Medium Orchid #BD6EDE

RGB

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

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

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

R = 36.28%
G = 21.11%
B = 42.61%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6EDE (or 0xBD6EDE) is known color: Medium Orchid. HEX triplet: BD, 6E and DE. RGB value is (189,110,222). Sum of RGB (Red+Green+Blue) = 189+110+222=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EDE is #429121. Grayscale: #929292. Windows color (decimal): -4362530 or 14577341. OLE color: 14577341.

HSL color Cylindrical-coordinate representation of color #BD6EDE: hue angle of 282.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6EDE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 110 222 -
CMYK 0.15 0.50 0 0.13
HSL 282.32º 0.63% 0.65% -
HSV(B) 282.32º 0.5% 0.87% -
XYZ 39.75 27.24 72.27 -
YUV 146.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 189 110 222 0.15 0.50 0 0.13 282.32 0.63 0.65
Hex BD 6E DE F 32 0 D 11A 3F 41
Octal 275 156 336 17 62 0 15 432 77 101
Binary 10111101 1101110 11011110 1111 110010 0 1101 100011010 111111 1000001

Color Harmonies of #BD6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EDE

Black with #BD6EDE

Text Example


Text Example

White with #BD6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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