Html Css Color HEX #B166E0 Medium Orchid

📋 copy color: '#B166E0'

red 177 ◦ green 102 ◦ blue 224

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

Shades of Medium Orchid #B166E0

Tints of Medium Orchid #B166E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 35.19%
G = 20.28%
B = 44.53%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B166E0 (or 0xB166E0) is known color: Medium Orchid. HEX triplet: B1, 66 and E0. RGB value is (177,102,224). Sum of RGB (Red+Green+Blue) = 177+102+224=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #B166E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166E0 is #4E991F. Grayscale: #898989. Windows color (decimal): -5151008 or 14706353. OLE color: 14706353.

HSL color Cylindrical-coordinate representation of color #B166E0: hue angle of 276.89º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B166E0 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 102 224 -
CMYK 0.21 0.54 0 0.12
HSL 276.89º 0.66% 0.64% -
HSV(B) 276.89º 0.54% 0.88% -
XYZ 36.34 24.23 73.28 -
YUV 138.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 177 102 224 0.21 0.54 0 0.12 276.89 0.66 0.64
Hex B1 66 E0 15 36 0 C 115 42 40
Octal 261 146 340 25 66 0 14 425 102 100
Binary 10110001 1100110 11100000 10101 110110 0 1100 100010101 1000010 1000000

Color Harmonies of #B166E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166E0

Black with #B166E0

Text Example


Text Example

White with #B166E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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