Html Css Color HEX #BD6EDC Medium Orchid

📋 copy color: '#BD6EDC'

red 189 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #BD6EDC

Tints of Medium Orchid #BD6EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 36.42%
G = 21.19%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD6EDC (or 0xBD6EDC) is known color: Medium Orchid. HEX triplet: BD, 6E and DC. RGB value is (189,110,220). Sum of RGB (Red+Green+Blue) = 189+110+220=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EDC is #429123. Grayscale: #919191. Windows color (decimal): -4362532 or 14446269. OLE color: 14446269.

HSL color Cylindrical-coordinate representation of color #BD6EDC: hue angle of 283.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6EDC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 110 220 -
CMYK 0.14 0.50 0 0.14
HSL 283.09º 0.61% 0.65% -
HSV(B) 283.09º 0.5% 0.86% -
XYZ 39.48 27.14 70.87 -
YUV 146.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 189 110 220 0.14 0.50 0 0.14 283.09 0.61 0.65
Hex BD 6E DC E 32 0 E 11B 3D 41
Octal 275 156 334 16 62 0 16 433 75 101
Binary 10111101 1101110 11011100 1110 110010 0 1110 100011011 111101 1000001

Color Harmonies of #BD6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EDC

Black with #BD6EDC

Text Example


Text Example

White with #BD6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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