Html Css Color HEX #B17FDF Biloba Flower

📋 copy color: '#B17FDF'

red 177 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B17FDF

Tints of Biloba Flower #B17FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 33.59%
G = 24.1%
B = 42.31%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17FDF (or 0xB17FDF) is known color: Biloba Flower. HEX triplet: B1, 7F and DF. RGB value is (177,127,223). Sum of RGB (Red+Green+Blue) = 177+127+223=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B17FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FDF is #4E8020. Grayscale: #989898. Windows color (decimal): -5144609 or 14647217. OLE color: 14647217.

HSL color Cylindrical-coordinate representation of color #B17FDF: hue angle of 271.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17FDF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 127 223 -
CMYK 0.21 0.43 0 0.13
HSL 271.25º 0.6% 0.69% -
HSV(B) 271.25º 0.43% 0.87% -
XYZ 39.04 29.85 73.52 -
YUV 152.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 177 127 223 0.21 0.43 0 0.13 271.25 0.6 0.69
Hex B1 7F DF 15 2B 0 D 10F 3C 45
Octal 261 177 337 25 53 0 15 417 74 105
Binary 10110001 1111111 11011111 10101 101011 0 1101 100001111 111100 1000101

Color Harmonies of #B17FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FDF

Black with #B17FDF

Text Example


Text Example

White with #B17FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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