Html Css Color HEX #BD6DEC Medium Orchid

📋 copy color: '#BD6DEC'

red 189 ◦ green 109 ◦ blue 236

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

Shades of Medium Orchid #BD6DEC

Tints of Medium Orchid #BD6DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 35.39%
G = 20.41%
B = 44.19%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6DEC (or 0xBD6DEC) is known color: Medium Orchid. HEX triplet: BD, 6D and EC. RGB value is (189,109,236). Sum of RGB (Red+Green+Blue) = 189+109+236=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DEC is #429213. Grayscale: #929292. Windows color (decimal): -4362772 or 15494589. OLE color: 15494589.

HSL color Cylindrical-coordinate representation of color #BD6DEC: hue angle of 277.8º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6DEC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 109 236 -
CMYK 0.20 0.54 0 0.07
HSL 277.8º 0.77% 0.68% -
HSV(B) 277.8º 0.54% 0.93% -
XYZ 41.6 27.81 82.53 -
YUV 147.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 189 109 236 0.20 0.54 0 0.07 277.8 0.77 0.68
Hex BD 6D EC 14 36 0 7 116 4D 44
Octal 275 155 354 24 66 0 7 426 115 104
Binary 10111101 1101101 11101100 10100 110110 0 111 100010110 1001101 1000100

Color Harmonies of #BD6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DEC

Black with #BD6DEC

Text Example


Text Example

White with #BD6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DEC; }

 p { color: rgb(189,109,236); }

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

background-color css

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

 a { background-color: rgb(189,109,236); }

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

border-color css

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

 span { border-color: rgb(189,109,236); }

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