Html Css Color HEX #B66DEC Medium Orchid

📋 copy color: '#B66DEC'

red 182 ◦ green 109 ◦ blue 236

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

Shades of Medium Orchid #B66DEC

Tints of Medium Orchid #B66DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 34.54%
G = 20.68%
B = 44.78%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B66DEC (or 0xB66DEC) is known color: Medium Orchid. HEX triplet: B6, 6D and EC. RGB value is (182,109,236). Sum of RGB (Red+Green+Blue) = 182+109+236=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B66DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66DEC is #499213. Grayscale: #909090. Windows color (decimal): -4821524 or 15494582. OLE color: 15494582.

HSL color Cylindrical-coordinate representation of color #B66DEC: hue angle of 274.49º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B66DEC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 109 236 -
CMYK 0.23 0.54 0 0.07
HSL 274.49º 0.77% 0.68% -
HSV(B) 274.49º 0.54% 0.93% -
XYZ 39.9 26.94 82.45 -
YUV 145.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 182 109 236 0.23 0.54 0 0.07 274.49 0.77 0.68
Hex B6 6D EC 17 36 0 7 112 4D 44
Octal 266 155 354 27 66 0 7 422 115 104
Binary 10110110 1101101 11101100 10111 110110 0 111 100010010 1001101 1000100

Color Harmonies of #B66DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DEC

Black with #B66DEC

Text Example


Text Example

White with #B66DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DEC; }

 p { color: rgb(182,109,236); }

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

background-color css

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

 a { background-color: rgb(182,109,236); }

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

border-color css

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

 span { border-color: rgb(182,109,236); }

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