Html Css Color HEX #B17EEB Biloba Flower

📋 copy color: '#B17EEB'

red 177 ◦ green 126 ◦ blue 235

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

Shades of Biloba Flower #B17EEB

Tints of Biloba Flower #B17EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 32.9%
G = 23.42%
B = 43.68%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B17EEB (or 0xB17EEB) is known color: Biloba Flower. HEX triplet: B1, 7E and EB. RGB value is (177,126,235). Sum of RGB (Red+Green+Blue) = 177+126+235=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #B17EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EEB is #4E8114. Grayscale: #999999. Windows color (decimal): -5144853 or 15433393. OLE color: 15433393.

HSL color Cylindrical-coordinate representation of color #B17EEB: hue angle of 268.07º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17EEB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 126 235 -
CMYK 0.25 0.46 0 0.08
HSL 268.07º 0.73% 0.71% -
HSV(B) 268.07º 0.46% 0.92% -
XYZ 40.59 30.27 82.3 -
YUV 153.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 177 126 235 0.25 0.46 0 0.08 268.07 0.73 0.71
Hex B1 7E EB 19 2E 0 8 10C 49 47
Octal 261 176 353 31 56 0 10 414 111 107
Binary 10110001 1111110 11101011 11001 101110 0 1000 100001100 1001001 1000111

Color Harmonies of #B17EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EEB

Black with #B17EEB

Text Example


Text Example

White with #B17EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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