Html Css Color HEX #B166FB Medium Purple

📋 copy color: '#B166FB'

red 177 ◦ green 102 ◦ blue 251

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

Shades of Medium Purple #B166FB

Tints of Medium Purple #B166FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 33.4%
G = 19.25%
B = 47.36%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B166FB (or 0xB166FB) is known color: Medium Purple. HEX triplet: B1, 66 and FB. RGB value is (177,102,251). Sum of RGB (Red+Green+Blue) = 177+102+251=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #B166FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FB is #4E9904. Grayscale: #8C8C8C. Windows color (decimal): -5150981 or 16475825. OLE color: 16475825.

HSL color Cylindrical-coordinate representation of color #B166FB: hue angle of 270.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B166FB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 102 251 -
CMYK 0.29 0.59 0 0.02
HSL 270.2º 0.95% 0.69% -
HSV(B) 270.2º 0.59% 0.98% -
XYZ 40.3 25.81 94.13 -
YUV 141.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 177 102 251 0.29 0.59 0 0.02 270.2 0.95 0.69
Hex B1 66 FB 1D 3B 0 2 10E 5F 45
Octal 261 146 373 35 73 0 2 416 137 105
Binary 10110001 1100110 11111011 11101 111011 0 10 100001110 1011111 1000101

Color Harmonies of #B166FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166FB

Black with #B166FB

Text Example


Text Example

White with #B166FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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