Html Css Color HEX #BD6ADC Medium Orchid

📋 copy color: '#BD6ADC'

red 189 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #BD6ADC

Tints of Medium Orchid #BD6ADC

RGB

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

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

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

R = 36.7%
G = 20.58%
B = 42.72%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD6ADC (or 0xBD6ADC) is known color: Medium Orchid. HEX triplet: BD, 6A and DC. RGB value is (189,106,220). Sum of RGB (Red+Green+Blue) = 189+106+220=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ADC is #429523. Grayscale: #8F8F8F. Windows color (decimal): -4363556 or 14445245. OLE color: 14445245.

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

Color convert

RGB 189 106 220 -
CMYK 0.14 0.52 0 0.14
HSL 283.68º 0.62% 0.64% -
HSV(B) 283.68º 0.52% 0.86% -
XYZ 39.06 26.29 70.73 -
YUV 143.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 189 106 220 0.14 0.52 0 0.14 283.68 0.62 0.64
Hex BD 6A DC E 34 0 E 11C 3E 40
Octal 275 152 334 16 64 0 16 434 76 100
Binary 10111101 1101010 11011100 1110 110100 0 1110 100011100 111110 1000000

Color Harmonies of #BD6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6ADC

Black with #BD6ADC

Text Example


Text Example

White with #BD6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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