Html Css Color HEX #B17FED Biloba Flower

📋 copy color: '#B17FED'

red 177 ◦ green 127 ◦ blue 237

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

Shades of Biloba Flower #B17FED

Tints of Biloba Flower #B17FED

RGB

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

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

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

R = 32.72%
G = 23.48%
B = 43.81%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17FED (or 0xB17FED) is known color: Biloba Flower. HEX triplet: B1, 7F and ED. RGB value is (177,127,237). Sum of RGB (Red+Green+Blue) = 177+127+237=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B17FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FED is #4E8012. Grayscale: #9A9A9A. Windows color (decimal): -5144595 or 15564721. OLE color: 15564721.

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

Color convert

RGB 177 127 237 -
CMYK 0.25 0.46 0 0.07
HSL 267.27º 0.75% 0.71% -
HSV(B) 267.27º 0.46% 0.93% -
XYZ 41.01 30.64 83.87 -
YUV 154.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 177 127 237 0.25 0.46 0 0.07 267.27 0.75 0.71
Hex B1 7F ED 19 2E 0 7 10B 4B 47
Octal 261 177 355 31 56 0 7 413 113 107
Binary 10110001 1111111 11101101 11001 101110 0 111 100001011 1001011 1000111

Color Harmonies of #B17FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FED

Black with #B17FED

Text Example


Text Example

White with #B17FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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