Html Css Color HEX #B66EDF Medium Orchid

📋 copy color: '#B66EDF'

red 182 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #B66EDF

Tints of Medium Orchid #B66EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.36%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 35.34%
G = 21.36%
B = 43.3%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B66EDF (or 0xB66EDF) is known color: Medium Orchid. HEX triplet: B6, 6E and DF. RGB value is (182,110,223). Sum of RGB (Red+Green+Blue) = 182+110+223=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B66EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EDF is #499120. Grayscale: #909090. Windows color (decimal): -4821281 or 14642870. OLE color: 14642870.

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

Color convert

RGB 182 110 223 -
CMYK 0.18 0.51 0 0.13
HSL 278.23º 0.64% 0.65% -
HSV(B) 278.23º 0.51% 0.87% -
XYZ 38.19 26.42 72.9 -
YUV 144.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 182 110 223 0.18 0.51 0 0.13 278.23 0.64 0.65
Hex B6 6E DF 12 33 0 D 116 40 41
Octal 266 156 337 22 63 0 15 426 100 101
Binary 10110110 1101110 11011111 10010 110011 0 1101 100010110 1000000 1000001

Color Harmonies of #B66EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EDF

Black with #B66EDF

Text Example


Text Example

White with #B66EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EDF; }

 p { color: rgb(182,110,223); }

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

background-color css

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

 a { background-color: rgb(182,110,223); }

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

border-color css

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

 span { border-color: rgb(182,110,223); }

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