Html Css Color HEX #B17FF1 Biloba Flower

📋 copy color: '#B17FF1'

red 177 ◦ green 127 ◦ blue 241

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

Shades of Biloba Flower #B17FF1

Tints of Biloba Flower #B17FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 32.48%
G = 23.3%
B = 44.22%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B17FF1 (or 0xB17FF1) is known color: Biloba Flower. HEX triplet: B1, 7F and F1. RGB value is (177,127,241). Sum of RGB (Red+Green+Blue) = 177+127+241=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #B17FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF1 is #4E800E. Grayscale: #9A9A9A. Windows color (decimal): -5144591 or 15826865. OLE color: 15826865.

HSL color Cylindrical-coordinate representation of color #B17FF1: hue angle of 266.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17FF1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 127 241 -
CMYK 0.27 0.47 0 0.05
HSL 266.32º 0.8% 0.72% -
HSV(B) 266.32º 0.47% 0.95% -
XYZ 41.6 30.88 86.99 -
YUV 154.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 177 127 241 0.27 0.47 0 0.05 266.32 0.8 0.72
Hex B1 7F F1 1B 2F 0 5 10A 50 48
Octal 261 177 361 33 57 0 5 412 120 110
Binary 10110001 1111111 11110001 11011 101111 0 101 100001010 1010000 1001000

Color Harmonies of #B17FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FF1

Black with #B17FF1

Text Example


Text Example

White with #B17FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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