Html Css Color HEX #BD6DD9 Medium Orchid

📋 copy color: '#BD6DD9'

red 189 ◦ green 109 ◦ blue 217

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

Shades of Medium Orchid #BD6DD9

Tints of Medium Orchid #BD6DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 36.7%
G = 21.17%
B = 42.14%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD6DD9 (or 0xBD6DD9) is known color: Medium Orchid. HEX triplet: BD, 6D and D9. RGB value is (189,109,217). Sum of RGB (Red+Green+Blue) = 189+109+217=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD9 is #429226. Grayscale: #909090. Windows color (decimal): -4362791 or 14249405. OLE color: 14249405.

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

Color convert

RGB 189 109 217 -
CMYK 0.13 0.50 0 0.15
HSL 284.44º 0.59% 0.64% -
HSV(B) 284.44º 0.5% 0.85% -
XYZ 38.98 26.77 68.76 -
YUV 145.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 189 109 217 0.13 0.50 0 0.15 284.44 0.59 0.64
Hex BD 6D D9 D 32 0 F 11C 3B 40
Octal 275 155 331 15 62 0 17 434 73 100
Binary 10111101 1101101 11011001 1101 110010 0 1111 100011100 111011 1000000

Color Harmonies of #BD6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DD9

Black with #BD6DD9

Text Example


Text Example

White with #BD6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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