Html Css Color HEX #B18EDA Biloba Flower

📋 copy color: '#B18EDA'

red 177 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #B18EDA

Tints of Biloba Flower #B18EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

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

R = 32.96%
G = 26.44%
B = 40.6%

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

#B18EDA (or 0xB18EDA) is known color: Biloba Flower. HEX triplet: B1, 8E and DA. RGB value is (177,142,218). Sum of RGB (Red+Green+Blue) = 177+142+218=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EDA is #4E7125. Grayscale: #A0A0A0. Windows color (decimal): -5140774 or 14323377. OLE color: 14323377.

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

Color convert

RGB 177 142 218 -
CMYK 0.19 0.35 0 0.15
HSL 267.63º 0.51% 0.71% -
HSV(B) 267.63º 0.35% 0.85% -
XYZ 40.46 33.76 70.71 -
YUV 161.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 177 142 218 0.19 0.35 0 0.15 267.63 0.51 0.71
Hex B1 8E DA 13 23 0 F 10C 33 47
Octal 261 216 332 23 43 0 17 414 63 107
Binary 10110001 10001110 11011010 10011 100011 0 1111 100001100 110011 1000111

Color Harmonies of #B18EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EDA

Black with #B18EDA

Text Example


Text Example

White with #B18EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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