Html Css Color HEX #B16CF2 Medium Purple

📋 copy color: '#B16CF2'

red 177 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #B16CF2

Tints of Medium Purple #B16CF2

RGB

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

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

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

R = 33.59%
G = 20.49%
B = 45.92%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B16CF2 (or 0xB16CF2) is known color: Medium Purple. HEX triplet: B1, 6C and F2. RGB value is (177,108,242). Sum of RGB (Red+Green+Blue) = 177+108+242=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #B16CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CF2 is #4E930D. Grayscale: #8F8F8F. Windows color (decimal): -5149454 or 15887537. OLE color: 15887537.

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

Color convert

RGB 177 108 242 -
CMYK 0.27 0.55 0 0.05
HSL 270.9º 0.84% 0.69% -
HSV(B) 270.9º 0.55% 0.95% -
XYZ 39.52 26.48 87.03 -
YUV 143.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 177 108 242 0.27 0.55 0 0.05 270.9 0.84 0.69
Hex B1 6C F2 1B 37 0 5 10F 54 45
Octal 261 154 362 33 67 0 5 417 124 105
Binary 10110001 1101100 11110010 11011 110111 0 101 100001111 1010100 1000101

Color Harmonies of #B16CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CF2

Black with #B16CF2

Text Example


Text Example

White with #B16CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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