Html Css Color HEX #B16CF8 Medium Purple

📋 copy color: '#B16CF8'

red 177 ◦ green 108 ◦ blue 248

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

Shades of Medium Purple #B16CF8

Tints of Medium Purple #B16CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.26%

 BLUE value IS 248 (97.27% from 255) = 46.53%

R = 33.21%
G = 20.26%
B = 46.53%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B16CF8 (or 0xB16CF8) is known color: Medium Purple. HEX triplet: B1, 6C and F8. RGB value is (177,108,248). Sum of RGB (Red+Green+Blue) = 177+108+248=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B16CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CF8 is #4E9307. Grayscale: #909090. Windows color (decimal): -5149448 or 16280753. OLE color: 16280753.

HSL color Cylindrical-coordinate representation of color #B16CF8: hue angle of 269.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16CF8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 108 248 -
CMYK 0.29 0.56 0 0.03
HSL 269.57º 0.91% 0.7% -
HSV(B) 269.57º 0.56% 0.97% -
XYZ 40.44 26.85 91.86 -
YUV 144.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 177 108 248 0.29 0.56 0 0.03 269.57 0.91 0.7
Hex B1 6C F8 1D 38 0 3 10E 5B 46
Octal 261 154 370 35 70 0 3 416 133 106
Binary 10110001 1101100 11111000 11101 111000 0 11 100001110 1011011 1000110

Color Harmonies of #B16CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CF8

Black with #B16CF8

Text Example


Text Example

White with #B16CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CF8; }

 p { color: rgb(177,108,248); }

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

background-color css

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

 a { background-color: rgb(177,108,248); }

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

border-color css

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

 span { border-color: rgb(177,108,248); }

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