Html Css Color HEX #B166FD Medium Purple

📋 copy color: '#B166FD'

red 177 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #B166FD

Tints of Medium Purple #B166FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 33.27%
G = 19.17%
B = 47.56%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B166FD (or 0xB166FD) is known color: Medium Purple. HEX triplet: B1, 66 and FD. RGB value is (177,102,253). Sum of RGB (Red+Green+Blue) = 177+102+253=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #B166FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FD is #4E9902. Grayscale: #8D8D8D. Windows color (decimal): -5150979 or 16606897. OLE color: 16606897.

HSL color Cylindrical-coordinate representation of color #B166FD: hue angle of 269.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B166FD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 102 253 -
CMYK 0.30 0.60 0 0.01
HSL 269.8º 0.97% 0.7% -
HSV(B) 269.8º 0.6% 0.99% -
XYZ 40.61 25.94 95.8 -
YUV 141.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 177 102 253 0.30 0.60 0 0.01 269.8 0.97 0.7
Hex B1 66 FD 1E 3C 0 1 10E 61 46
Octal 261 146 375 36 74 0 1 416 141 106
Binary 10110001 1100110 11111101 11110 111100 0 1 100001110 1100001 1000110

Color Harmonies of #B166FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166FD

Black with #B166FD

Text Example


Text Example

White with #B166FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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