Html Css Color HEX #B168FE Medium Purple

📋 copy color: '#B168FE'

red 177 ◦ green 104 ◦ blue 254

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

Shades of Medium Purple #B168FE

Tints of Medium Purple #B168FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 33.08%
G = 19.44%
B = 47.48%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B168FE (or 0xB168FE) is known color: Medium Purple. HEX triplet: B1, 68 and FE. RGB value is (177,104,254). Sum of RGB (Red+Green+Blue) = 177+104+254=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B168FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168FE is #4E9701. Grayscale: #8E8E8E. Windows color (decimal): -5150466 or 16672945. OLE color: 16672945.

HSL color Cylindrical-coordinate representation of color #B168FE: hue angle of 269.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B168FE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 104 254 -
CMYK 0.30 0.59 0 0.00
HSL 269.2º 0.99% 0.7% -
HSV(B) 269.2º 0.59% 1% -
XYZ 40.97 26.4 96.7 -
YUV 142.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 177 104 254 0.30 0.59 0 0.00 269.2 0.99 0.7
Hex B1 68 FE 1E 3B 0 0 10D 63 46
Octal 261 150 376 36 73 0 0 415 143 106
Binary 10110001 1101000 11111110 11110 111011 0 0 100001101 1100011 1000110

Color Harmonies of #B168FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168FE

Black with #B168FE

Text Example


Text Example

White with #B168FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168FE; }

 p { color: rgb(177,104,254); }

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

background-color css

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

 a { background-color: rgb(177,104,254); }

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

border-color css

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

 span { border-color: rgb(177,104,254); }

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