Html Css Color HEX #BD6DD8 Medium Orchid

📋 copy color: '#BD6DD8'

red 189 ◦ green 109 ◦ blue 216

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

Shades of Medium Orchid #BD6DD8

Tints of Medium Orchid #BD6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 36.77%
G = 21.21%
B = 42.02%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD6DD8 (or 0xBD6DD8) is known color: Medium Orchid. HEX triplet: BD, 6D and D8. RGB value is (189,109,216). Sum of RGB (Red+Green+Blue) = 189+109+216=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD8 is #429227. Grayscale: #909090. Windows color (decimal): -4362792 or 14183869. OLE color: 14183869.

HSL color Cylindrical-coordinate representation of color #BD6DD8: hue angle of 284.86º degrees, saturation: 0.58, 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 #BD6DD8 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 109 216 -
CMYK 0.12 0.50 0 0.15
HSL 284.86º 0.58% 0.64% -
HSV(B) 284.86º 0.5% 0.85% -
XYZ 38.85 26.71 68.07 -
YUV 145.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 189 109 216 0.12 0.50 0 0.15 284.86 0.58 0.64
Hex BD 6D D8 C 32 0 F 11D 3A 40
Octal 275 155 330 14 62 0 17 435 72 100
Binary 10111101 1101101 11011000 1100 110010 0 1111 100011101 111010 1000000

Color Harmonies of #BD6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DD8

Black with #BD6DD8

Text Example


Text Example

White with #BD6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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