Html Css Color HEX #B666E7 Medium Orchid

📋 copy color: '#B666E7'

red 182 ◦ green 102 ◦ blue 231

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

Shades of Medium Orchid #B666E7

Tints of Medium Orchid #B666E7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

 BLUE value IS 231 (90.63% from 255) = 44.85%

R = 35.34%
G = 19.81%
B = 44.85%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B666E7 (or 0xB666E7) is known color: Medium Orchid. HEX triplet: B6, 66 and E7. RGB value is (182,102,231). Sum of RGB (Red+Green+Blue) = 182+102+231=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #B666E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666E7 is #499918. Grayscale: #8C8C8C. Windows color (decimal): -4823321 or 15165110. OLE color: 15165110.

HSL color Cylindrical-coordinate representation of color #B666E7: hue angle of 277.21º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B666E7 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 102 231 -
CMYK 0.21 0.56 0 0.09
HSL 277.21º 0.73% 0.65% -
HSV(B) 277.21º 0.56% 0.91% -
XYZ 38.47 25.22 78.44 -
YUV 140.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 182 102 231 0.21 0.56 0 0.09 277.21 0.73 0.65
Hex B6 66 E7 15 38 0 9 115 49 41
Octal 266 146 347 25 70 0 11 425 111 101
Binary 10110110 1100110 11100111 10101 111000 0 1001 100010101 1001001 1000001

Color Harmonies of #B666E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666E7

Black with #B666E7

Text Example


Text Example

White with #B666E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666E7; }

 p { color: rgb(182,102,231); }

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

background-color css

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

 a { background-color: rgb(182,102,231); }

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

border-color css

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

 span { border-color: rgb(182,102,231); }

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