Html Css Color HEX #BD6ADE Medium Orchid

📋 copy color: '#BD6ADE'

red 189 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #BD6ADE

Tints of Medium Orchid #BD6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 36.56%
G = 20.5%
B = 42.94%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6ADE (or 0xBD6ADE) is known color: Medium Orchid. HEX triplet: BD, 6A and DE. RGB value is (189,106,222). Sum of RGB (Red+Green+Blue) = 189+106+222=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ADE is #429521. Grayscale: #8F8F8F. Windows color (decimal): -4363554 or 14576317. OLE color: 14576317.

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

Color convert

RGB 189 106 222 -
CMYK 0.15 0.52 0 0.13
HSL 282.93º 0.64% 0.64% -
HSV(B) 282.93º 0.52% 0.87% -
XYZ 39.33 26.4 72.13 -
YUV 144.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 189 106 222 0.15 0.52 0 0.13 282.93 0.64 0.64
Hex BD 6A DE F 34 0 D 11B 40 40
Octal 275 152 336 17 64 0 15 433 100 100
Binary 10111101 1101010 11011110 1111 110100 0 1101 100011011 1000000 1000000

Color Harmonies of #BD6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6ADE

Black with #BD6ADE

Text Example


Text Example

White with #BD6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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