Html Css Color HEX #B18FDA Biloba Flower

📋 copy color: '#B18FDA'

red 177 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #B18FDA

Tints of Biloba Flower #B18FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

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

R = 32.9%
G = 26.58%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B18FDA (or 0xB18FDA) is known color: Biloba Flower. HEX triplet: B1, 8F and DA. RGB value is (177,143,218). Sum of RGB (Red+Green+Blue) = 177+143+218=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDA is #4E7025. Grayscale: #A1A1A1. Windows color (decimal): -5140518 or 14323633. OLE color: 14323633.

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

Color convert

RGB 177 143 218 -
CMYK 0.19 0.34 0 0.15
HSL 267.2º 0.5% 0.71% -
HSV(B) 267.2º 0.34% 0.85% -
XYZ 40.61 34.05 70.76 -
YUV 161.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 177 143 218 0.19 0.34 0 0.15 267.2 0.5 0.71
Hex B1 8F DA 13 22 0 F 10B 32 47
Octal 261 217 332 23 42 0 17 413 62 107
Binary 10110001 10001111 11011010 10011 100010 0 1111 100001011 110010 1000111

Color Harmonies of #B18FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FDA

Black with #B18FDA

Text Example


Text Example

White with #B18FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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