Html Css Color HEX #B166E3 Medium Orchid

📋 copy color: '#B166E3'

red 177 ◦ green 102 ◦ blue 227

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

Shades of Medium Orchid #B166E3

Tints of Medium Orchid #B166E3

RGB

 RED value IS 177 (69.53% from 255) = 34.98%

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

 BLUE value IS 227 (89.06% from 255) = 44.86%

R = 34.98%
G = 20.16%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B166E3 (or 0xB166E3) is known color: Medium Orchid. HEX triplet: B1, 66 and E3. RGB value is (177,102,227). Sum of RGB (Red+Green+Blue) = 177+102+227=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #B166E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166E3 is #4E991C. Grayscale: #8A8A8A. Windows color (decimal): -5151005 or 14902961. OLE color: 14902961.

HSL color Cylindrical-coordinate representation of color #B166E3: hue angle of 276º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B166E3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 102 227 -
CMYK 0.22 0.55 0 0.11
HSL 276º 0.69% 0.65% -
HSV(B) 276º 0.55% 0.89% -
XYZ 36.75 24.4 75.45 -
YUV 138.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 177 102 227 0.22 0.55 0 0.11 276 0.69 0.65
Hex B1 66 E3 16 37 0 B 114 45 41
Octal 261 146 343 26 67 0 13 424 105 101
Binary 10110001 1100110 11100011 10110 110111 0 1011 100010100 1000101 1000001

Color Harmonies of #B166E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166E3

Black with #B166E3

Text Example


Text Example

White with #B166E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166E3; }

 p { color: rgb(177,102,227); }

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

background-color css

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

 a { background-color: rgb(177,102,227); }

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

border-color css

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

 span { border-color: rgb(177,102,227); }

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