Html Css Color HEX #B168F7 Medium Purple

📋 copy color: '#B168F7'

red 177 ◦ green 104 ◦ blue 247

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

Shades of Medium Purple #B168F7

Tints of Medium Purple #B168F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.78%

R = 33.52%
G = 19.7%
B = 46.78%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B168F7 (or 0xB168F7) is known color: Medium Purple. HEX triplet: B1, 68 and F7. RGB value is (177,104,247). Sum of RGB (Red+Green+Blue) = 177+104+247=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #B168F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168F7 is #4E9708. Grayscale: #8D8D8D. Windows color (decimal): -5150473 or 16214193. OLE color: 16214193.

HSL color Cylindrical-coordinate representation of color #B168F7: hue angle of 270.63º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B168F7 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 104 247 -
CMYK 0.28 0.58 0 0.03
HSL 270.63º 0.9% 0.69% -
HSV(B) 270.63º 0.58% 0.97% -
XYZ 39.87 25.96 90.91 -
YUV 142.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 177 104 247 0.28 0.58 0 0.03 270.63 0.9 0.69
Hex B1 68 F7 1C 3A 0 3 10F 5A 45
Octal 261 150 367 34 72 0 3 417 132 105
Binary 10110001 1101000 11110111 11100 111010 0 11 100001111 1011010 1000101

Color Harmonies of #B168F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168F7

Black with #B168F7

Text Example


Text Example

White with #B168F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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