Html Css Color HEX #B166ED Medium Orchid

📋 copy color: '#B166ED'

red 177 ◦ green 102 ◦ blue 237

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

Shades of Medium Orchid #B166ED

Tints of Medium Orchid #B166ED

RGB

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

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

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

R = 34.3%
G = 19.77%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B166ED (or 0xB166ED) is known color: Medium Orchid. HEX triplet: B1, 66 and ED. RGB value is (177,102,237). Sum of RGB (Red+Green+Blue) = 177+102+237=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B166ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166ED is #4E9912. Grayscale: #8B8B8B. Windows color (decimal): -5150995 or 15558321. OLE color: 15558321.

HSL color Cylindrical-coordinate representation of color #B166ED: hue angle of 273.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B166ED is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 102 237 -
CMYK 0.25 0.57 0 0.07
HSL 273.33º 0.79% 0.66% -
HSV(B) 273.33º 0.57% 0.93% -
XYZ 38.17 24.96 82.93 -
YUV 139.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 177 102 237 0.25 0.57 0 0.07 273.33 0.79 0.66
Hex B1 66 ED 19 39 0 7 111 4F 42
Octal 261 146 355 31 71 0 7 421 117 102
Binary 10110001 1100110 11101101 11001 111001 0 111 100010001 1001111 1000010

Color Harmonies of #B166ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166ED

Black with #B166ED

Text Example


Text Example

White with #B166ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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