Html Css Color HEX #B166FC Medium Purple

📋 copy color: '#B166FC'

red 177 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #B166FC

Tints of Medium Purple #B166FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 33.33%
G = 19.21%
B = 47.46%

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

#B166FC (or 0xB166FC) is known color: Medium Purple. HEX triplet: B1, 66 and FC. RGB value is (177,102,252). Sum of RGB (Red+Green+Blue) = 177+102+252=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #B166FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FC is #4E9903. Grayscale: #8D8D8D. Windows color (decimal): -5150980 or 16541361. OLE color: 16541361.

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

Color convert

RGB 177 102 252 -
CMYK 0.30 0.60 0 0.01
HSL 270º 0.96% 0.69% -
HSV(B) 270º 0.6% 0.99% -
XYZ 40.45 25.88 94.96 -
YUV 141.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 177 102 252 0.30 0.60 0 0.01 270 0.96 0.69
Hex B1 66 FC 1E 3C 0 1 10E 60 45
Octal 261 146 374 36 74 0 1 416 140 105
Binary 10110001 1100110 11111100 11110 111100 0 1 100001110 1100000 1000101

Color Harmonies of #B166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166FC

Black with #B166FC

Text Example


Text Example

White with #B166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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