Html Css Color HEX #B18DDA Biloba Flower

📋 copy color: '#B18DDA'

red 177 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B18DDA

Tints of Biloba Flower #B18DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

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

R = 33.02%
G = 26.31%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B18DDA (or 0xB18DDA) is known color: Biloba Flower. HEX triplet: B1, 8D and DA. RGB value is (177,141,218). Sum of RGB (Red+Green+Blue) = 177+141+218=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DDA is #4E7225. Grayscale: #A0A0A0. Windows color (decimal): -5141030 or 14323121. OLE color: 14323121.

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

Color convert

RGB 177 141 218 -
CMYK 0.19 0.35 0 0.15
HSL 268.05º 0.51% 0.7% -
HSV(B) 268.05º 0.35% 0.85% -
XYZ 40.31 33.46 70.66 -
YUV 160.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 177 141 218 0.19 0.35 0 0.15 268.05 0.51 0.7
Hex B1 8D DA 13 23 0 F 10C 33 46
Octal 261 215 332 23 43 0 17 414 63 106
Binary 10110001 10001101 11011010 10011 100011 0 1111 100001100 110011 1000110

Color Harmonies of #B18DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DDA

Black with #B18DDA

Text Example


Text Example

White with #B18DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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