Html Css Color HEX #B17FE9 Biloba Flower

📋 copy color: '#B17FE9'

red 177 ◦ green 127 ◦ blue 233

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

Shades of Biloba Flower #B17FE9

Tints of Biloba Flower #B17FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 32.96%
G = 23.65%
B = 43.39%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B17FE9 (or 0xB17FE9) is known color: Biloba Flower. HEX triplet: B1, 7F and E9. RGB value is (177,127,233). Sum of RGB (Red+Green+Blue) = 177+127+233=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #B17FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FE9 is #4E8016. Grayscale: #999999. Windows color (decimal): -5144599 or 15302577. OLE color: 15302577.

HSL color Cylindrical-coordinate representation of color #B17FE9: hue angle of 268.3º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17FE9 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 127 233 -
CMYK 0.24 0.45 0 0.09
HSL 268.3º 0.71% 0.71% -
HSV(B) 268.3º 0.45% 0.91% -
XYZ 40.43 30.41 80.83 -
YUV 154.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 177 127 233 0.24 0.45 0 0.09 268.3 0.71 0.71
Hex B1 7F E9 18 2D 0 9 10C 47 47
Octal 261 177 351 30 55 0 11 414 107 107
Binary 10110001 1111111 11101001 11000 101101 0 1001 100001100 1000111 1000111

Color Harmonies of #B17FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FE9

Black with #B17FE9

Text Example


Text Example

White with #B17FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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