Html Css Color HEX #B17FEF Biloba Flower

📋 copy color: '#B17FEF'

red 177 ◦ green 127 ◦ blue 239

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

Shades of Biloba Flower #B17FEF

Tints of Biloba Flower #B17FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 32.6%
G = 23.39%
B = 44.01%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B17FEF (or 0xB17FEF) is known color: Biloba Flower. HEX triplet: B1, 7F and EF. RGB value is (177,127,239). Sum of RGB (Red+Green+Blue) = 177+127+239=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #B17FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FEF is #4E8010. Grayscale: #9A9A9A. Windows color (decimal): -5144593 or 15695793. OLE color: 15695793.

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

Color convert

RGB 177 127 239 -
CMYK 0.26 0.47 0 0.06
HSL 266.79º 0.78% 0.72% -
HSV(B) 266.79º 0.47% 0.94% -
XYZ 41.3 30.76 85.42 -
YUV 154.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 177 127 239 0.26 0.47 0 0.06 266.79 0.78 0.72
Hex B1 7F EF 1A 2F 0 6 10B 4E 48
Octal 261 177 357 32 57 0 6 413 116 110
Binary 10110001 1111111 11101111 11010 101111 0 110 100001011 1001110 1001000

Color Harmonies of #B17FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FEF

Black with #B17FEF

Text Example


Text Example

White with #B17FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FEF; }

 p { color: rgb(177,127,239); }

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

background-color css

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

 a { background-color: rgb(177,127,239); }

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

border-color css

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

 span { border-color: rgb(177,127,239); }

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