Html Css Color HEX #B66ADE Medium Orchid

📋 copy color: '#B66ADE'

red 182 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #B66ADE

Tints of Medium Orchid #B66ADE

RGB

 RED value IS 182 (71.48% from 255) = 35.69%

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

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

R = 35.69%
G = 20.78%
B = 43.53%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B66ADE (or 0xB66ADE) is known color: Medium Orchid. HEX triplet: B6, 6A and DE. RGB value is (182,106,222). Sum of RGB (Red+Green+Blue) = 182+106+222=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #B66ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ADE is #499521. Grayscale: #8D8D8D. Windows color (decimal): -4822306 or 14576310. OLE color: 14576310.

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

Color convert

RGB 182 106 222 -
CMYK 0.18 0.52 0 0.13
HSL 279.31º 0.64% 0.64% -
HSV(B) 279.31º 0.52% 0.87% -
XYZ 37.63 25.53 72.05 -
YUV 141.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 182 106 222 0.18 0.52 0 0.13 279.31 0.64 0.64
Hex B6 6A DE 12 34 0 D 117 40 40
Octal 266 152 336 22 64 0 15 427 100 100
Binary 10110110 1101010 11011110 10010 110100 0 1101 100010111 1000000 1000000

Color Harmonies of #B66ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ADE

Black with #B66ADE

Text Example


Text Example

White with #B66ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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