Html Css Color HEX #B66EEE Medium Orchid

📋 copy color: '#B66EEE'

red 182 ◦ green 110 ◦ blue 238

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

Shades of Medium Orchid #B66EEE

Tints of Medium Orchid #B66EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 34.34%
G = 20.75%
B = 44.91%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B66EEE (or 0xB66EEE) is known color: Medium Orchid. HEX triplet: B6, 6E and EE. RGB value is (182,110,238). Sum of RGB (Red+Green+Blue) = 182+110+238=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B66EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66EEE is #499111. Grayscale: #919191. Windows color (decimal): -4821266 or 15625910. OLE color: 15625910.

HSL color Cylindrical-coordinate representation of color #B66EEE: hue angle of 273.75º degrees, saturation: 0.79, 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 #B66EEE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 110 238 -
CMYK 0.24 0.54 0 0.07
HSL 273.75º 0.79% 0.68% -
HSV(B) 273.75º 0.54% 0.93% -
XYZ 40.3 27.27 84.03 -
YUV 146.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 182 110 238 0.24 0.54 0 0.07 273.75 0.79 0.68
Hex B6 6E EE 18 36 0 7 112 4F 44
Octal 266 156 356 30 66 0 7 422 117 104
Binary 10110110 1101110 11101110 11000 110110 0 111 100010010 1001111 1000100

Color Harmonies of #B66EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EEE

Black with #B66EEE

Text Example


Text Example

White with #B66EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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