Html Css Color HEX #B168FD Medium Purple

📋 copy color: '#B168FD'

red 177 ◦ green 104 ◦ blue 253

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

Shades of Medium Purple #B168FD

Tints of Medium Purple #B168FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 33.15%
G = 19.48%
B = 47.38%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B168FD (or 0xB168FD) is known color: Medium Purple. HEX triplet: B1, 68 and FD. RGB value is (177,104,253). Sum of RGB (Red+Green+Blue) = 177+104+253=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #B168FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B168FD is #4E9702. Grayscale: #8E8E8E. Windows color (decimal): -5150467 or 16607409. OLE color: 16607409.

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

Color convert

RGB 177 104 253 -
CMYK 0.30 0.59 0 0.01
HSL 269.4º 0.97% 0.7% -
HSV(B) 269.4º 0.59% 0.99% -
XYZ 40.81 26.34 95.86 -
YUV 142.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 177 104 253 0.30 0.59 0 0.01 269.4 0.97 0.7
Hex B1 68 FD 1E 3B 0 1 10D 61 46
Octal 261 150 375 36 73 0 1 415 141 106
Binary 10110001 1101000 11111101 11110 111011 0 1 100001101 1100001 1000110

Color Harmonies of #B168FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B168FD

Black with #B168FD

Text Example


Text Example

White with #B168FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B168FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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