Html Css Color HEX #B17FDA Biloba Flower

📋 copy color: '#B17FDA'

red 177 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #B17FDA

Tints of Biloba Flower #B17FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 33.91%
G = 24.33%
B = 41.76%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B17FDA (or 0xB17FDA) is known color: Biloba Flower. HEX triplet: B1, 7F and DA. RGB value is (177,127,218). Sum of RGB (Red+Green+Blue) = 177+127+218=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B17FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FDA is #4E8025. Grayscale: #989898. Windows color (decimal): -5144614 or 14319537. OLE color: 14319537.

HSL color Cylindrical-coordinate representation of color #B17FDA: hue angle of 272.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17FDA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 127 218 -
CMYK 0.19 0.42 0 0.15
HSL 272.97º 0.55% 0.68% -
HSV(B) 272.97º 0.42% 0.85% -
XYZ 38.38 29.59 70.02 -
YUV 152.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 177 127 218 0.19 0.42 0 0.15 272.97 0.55 0.68
Hex B1 7F DA 13 2A 0 F 111 37 44
Octal 261 177 332 23 52 0 17 421 67 104
Binary 10110001 1111111 11011010 10011 101010 0 1111 100010001 110111 1000100

Color Harmonies of #B17FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FDA

Black with #B17FDA

Text Example


Text Example

White with #B17FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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