Html Css Color HEX #B66EED Medium Orchid

📋 copy color: '#B66EED'

red 182 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #B66EED

Tints of Medium Orchid #B66EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 34.4%
G = 20.79%
B = 44.8%

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

#B66EED (or 0xB66EED) is known color: Medium Orchid. HEX triplet: B6, 6E and ED. RGB value is (182,110,237). Sum of RGB (Red+Green+Blue) = 182+110+237=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B66EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66EED is #499112. Grayscale: #919191. Windows color (decimal): -4821267 or 15560374. OLE color: 15560374.

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

Color convert

RGB 182 110 237 -
CMYK 0.23 0.54 0 0.07
HSL 274.02º 0.78% 0.68% -
HSV(B) 274.02º 0.54% 0.93% -
XYZ 40.15 27.21 83.26 -
YUV 146.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 182 110 237 0.23 0.54 0 0.07 274.02 0.78 0.68
Hex B6 6E ED 17 36 0 7 112 4E 44
Octal 266 156 355 27 66 0 7 422 116 104
Binary 10110110 1101110 11101101 10111 110110 0 111 100010010 1001110 1000100

Color Harmonies of #B66EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EED

Black with #B66EED

Text Example


Text Example

White with #B66EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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