Html Css Color HEX #B16BF2 Medium Purple

📋 copy color: '#B16BF2'

red 177 ◦ green 107 ◦ blue 242

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

Shades of Medium Purple #B16BF2

Tints of Medium Purple #B16BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 33.65%
G = 20.34%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B16BF2 (or 0xB16BF2) is known color: Medium Purple. HEX triplet: B1, 6B and F2. RGB value is (177,107,242). Sum of RGB (Red+Green+Blue) = 177+107+242=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #B16BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BF2 is #4E940D. Grayscale: #8E8E8E. Windows color (decimal): -5149710 or 15887281. OLE color: 15887281.

HSL color Cylindrical-coordinate representation of color #B16BF2: hue angle of 271.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16BF2 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 107 242 -
CMYK 0.27 0.56 0 0.05
HSL 271.11º 0.84% 0.68% -
HSV(B) 271.11º 0.56% 0.95% -
XYZ 39.42 26.27 87 -
YUV 143.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 177 107 242 0.27 0.56 0 0.05 271.11 0.84 0.68
Hex B1 6B F2 1B 38 0 5 10F 54 44
Octal 261 153 362 33 70 0 5 417 124 104
Binary 10110001 1101011 11110010 11011 111000 0 101 100001111 1010100 1000100

Color Harmonies of #B16BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BF2

Black with #B16BF2

Text Example


Text Example

White with #B16BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BF2; }

 p { color: rgb(177,107,242); }

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

background-color css

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

 a { background-color: rgb(177,107,242); }

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

border-color css

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

 span { border-color: rgb(177,107,242); }

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