Html Css Color HEX #B17EE7 Biloba Flower

📋 copy color: '#B17EE7'

red 177 ◦ green 126 ◦ blue 231

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

Shades of Biloba Flower #B17EE7

Tints of Biloba Flower #B17EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.6%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 33.15%
G = 23.6%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B17EE7 (or 0xB17EE7) is known color: Biloba Flower. HEX triplet: B1, 7E and E7. RGB value is (177,126,231). Sum of RGB (Red+Green+Blue) = 177+126+231=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B17EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EE7 is #4E8118. Grayscale: #989898. Windows color (decimal): -5144857 or 15171249. OLE color: 15171249.

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

Color convert

RGB 177 126 231 -
CMYK 0.23 0.45 0 0.09
HSL 269.14º 0.69% 0.7% -
HSV(B) 269.14º 0.45% 0.91% -
XYZ 40.02 30.04 79.29 -
YUV 153.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 177 126 231 0.23 0.45 0 0.09 269.14 0.69 0.7
Hex B1 7E E7 17 2D 0 9 10D 45 46
Octal 261 176 347 27 55 0 11 415 105 106
Binary 10110001 1111110 11100111 10111 101101 0 1001 100001101 1000101 1000110

Color Harmonies of #B17EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EE7

Black with #B17EE7

Text Example


Text Example

White with #B17EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EE7; }

 p { color: rgb(177,126,231); }

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

background-color css

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

 a { background-color: rgb(177,126,231); }

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

border-color css

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

 span { border-color: rgb(177,126,231); }

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