Html Css Color HEX #B168F6 Medium Purple

📋 copy color: '#B168F6'

red 177 ◦ green 104 ◦ blue 246

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

Shades of Medium Purple #B168F6

Tints of Medium Purple #B168F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 33.59%
G = 19.73%
B = 46.68%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B168F6 (or 0xB168F6) is known color: Medium Purple. HEX triplet: B1, 68 and F6. RGB value is (177,104,246). Sum of RGB (Red+Green+Blue) = 177+104+246=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #B168F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168F6 is #4E9709. Grayscale: #8D8D8D. Windows color (decimal): -5150474 or 16148657. OLE color: 16148657.

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

Color convert

RGB 177 104 246 -
CMYK 0.28 0.58 0 0.04
HSL 270.85º 0.89% 0.69% -
HSV(B) 270.85º 0.58% 0.96% -
XYZ 39.72 25.9 90.1 -
YUV 142.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 177 104 246 0.28 0.58 0 0.04 270.85 0.89 0.69
Hex B1 68 F6 1C 3A 0 4 10F 59 45
Octal 261 150 366 34 72 0 4 417 131 105
Binary 10110001 1101000 11110110 11100 111010 0 100 100001111 1011001 1000101

Color Harmonies of #B168F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168F6

Black with #B168F6

Text Example


Text Example

White with #B168F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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