Html Css Color HEX #B16CF0 Medium Purple

📋 copy color: '#B16CF0'

red 177 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #B16CF0

Tints of Medium Purple #B16CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 33.71%
G = 20.57%
B = 45.71%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B16CF0 (or 0xB16CF0) is known color: Medium Purple. HEX triplet: B1, 6C and F0. RGB value is (177,108,240). Sum of RGB (Red+Green+Blue) = 177+108+240=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #B16CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CF0 is #4E930F. Grayscale: #8F8F8F. Windows color (decimal): -5149456 or 15756465. OLE color: 15756465.

HSL color Cylindrical-coordinate representation of color #B16CF0: hue angle of 271.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16CF0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 108 240 -
CMYK 0.26 0.55 0 0.06
HSL 271.36º 0.81% 0.68% -
HSV(B) 271.36º 0.55% 0.94% -
XYZ 39.22 26.36 85.46 -
YUV 143.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 177 108 240 0.26 0.55 0 0.06 271.36 0.81 0.68
Hex B1 6C F0 1A 37 0 6 10F 51 44
Octal 261 154 360 32 67 0 6 417 121 104
Binary 10110001 1101100 11110000 11010 110111 0 110 100001111 1010001 1000100

Color Harmonies of #B16CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CF0

Black with #B16CF0

Text Example


Text Example

White with #B16CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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