Html Css Color HEX #B17EED Biloba Flower

📋 copy color: '#B17EED'

red 177 ◦ green 126 ◦ blue 237

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

Shades of Biloba Flower #B17EED

Tints of Biloba Flower #B17EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 32.78%
G = 23.33%
B = 43.89%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17EED (or 0xB17EED) is known color: Biloba Flower. HEX triplet: B1, 7E and ED. RGB value is (177,126,237). Sum of RGB (Red+Green+Blue) = 177+126+237=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B17EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EED is #4E8112. Grayscale: #999999. Windows color (decimal): -5144851 or 15564465. OLE color: 15564465.

HSL color Cylindrical-coordinate representation of color #B17EED: hue angle of 267.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17EED is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 126 237 -
CMYK 0.25 0.47 0 0.07
HSL 267.57º 0.76% 0.71% -
HSV(B) 267.57º 0.47% 0.93% -
XYZ 40.88 30.38 83.83 -
YUV 153.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 177 126 237 0.25 0.47 0 0.07 267.57 0.76 0.71
Hex B1 7E ED 19 2F 0 7 10C 4C 47
Octal 261 176 355 31 57 0 7 414 114 107
Binary 10110001 1111110 11101101 11001 101111 0 111 100001100 1001100 1000111

Color Harmonies of #B17EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EED

Black with #B17EED

Text Example


Text Example

White with #B17EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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