Html Css Color HEX #B66FEC Medium Orchid

📋 copy color: '#B66FEC'

red 182 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #B66FEC

Tints of Medium Orchid #B66FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

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

R = 34.4%
G = 20.98%
B = 44.61%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B66FEC (or 0xB66FEC) is known color: Medium Orchid. HEX triplet: B6, 6F and EC. RGB value is (182,111,236). Sum of RGB (Red+Green+Blue) = 182+111+236=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B66FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FEC is #499013. Grayscale: #929292. Windows color (decimal): -4821012 or 15495094. OLE color: 15495094.

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

Color convert

RGB 182 111 236 -
CMYK 0.23 0.53 0 0.07
HSL 274.08º 0.77% 0.68% -
HSV(B) 274.08º 0.53% 0.93% -
XYZ 40.12 27.37 82.53 -
YUV 146.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 182 111 236 0.23 0.53 0 0.07 274.08 0.77 0.68
Hex B6 6F EC 17 35 0 7 112 4D 44
Octal 266 157 354 27 65 0 7 422 115 104
Binary 10110110 1101111 11101100 10111 110101 0 111 100010010 1001101 1000100

Color Harmonies of #B66FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FEC

Black with #B66FEC

Text Example


Text Example

White with #B66FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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