Html Css Color HEX #BD6ADD Medium Orchid

📋 copy color: '#BD6ADD'

red 189 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #BD6ADD

Tints of Medium Orchid #BD6ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 36.63%
G = 20.54%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD6ADD (or 0xBD6ADD) is known color: Medium Orchid. HEX triplet: BD, 6A and DD. RGB value is (189,106,221). Sum of RGB (Red+Green+Blue) = 189+106+221=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ADD is #429522. Grayscale: #8F8F8F. Windows color (decimal): -4363555 or 14510781. OLE color: 14510781.

HSL color Cylindrical-coordinate representation of color #BD6ADD: hue angle of 283.3º degrees, saturation: 0.63, 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 #BD6ADD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 106 221 -
CMYK 0.14 0.52 0 0.13
HSL 283.3º 0.63% 0.64% -
HSV(B) 283.3º 0.52% 0.87% -
XYZ 39.19 26.35 71.43 -
YUV 143.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 189 106 221 0.14 0.52 0 0.13 283.3 0.63 0.64
Hex BD 6A DD E 34 0 D 11B 3F 40
Octal 275 152 335 16 64 0 15 433 77 100
Binary 10111101 1101010 11011101 1110 110100 0 1101 100011011 111111 1000000

Color Harmonies of #BD6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6ADD

Black with #BD6ADD

Text Example


Text Example

White with #BD6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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