Html Css Color HEX #B18EDF Biloba Flower

📋 copy color: '#B18EDF'

red 177 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #B18EDF

Tints of Biloba Flower #B18EDF

RGB

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

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

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

R = 32.66%
G = 26.2%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B18EDF (or 0xB18EDF) is known color: Biloba Flower. HEX triplet: B1, 8E and DF. RGB value is (177,142,223). Sum of RGB (Red+Green+Blue) = 177+142+223=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B18EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EDF is #4E7120. Grayscale: #A1A1A1. Windows color (decimal): -5140769 or 14651057. OLE color: 14651057.

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

Color convert

RGB 177 142 223 -
CMYK 0.21 0.36 0 0.13
HSL 265.93º 0.56% 0.72% -
HSV(B) 265.93º 0.36% 0.87% -
XYZ 41.12 34.02 74.21 -
YUV 161.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 177 142 223 0.21 0.36 0 0.13 265.93 0.56 0.72
Hex B1 8E DF 15 24 0 D 10A 38 48
Octal 261 216 337 25 44 0 15 412 70 110
Binary 10110001 10001110 11011111 10101 100100 0 1101 100001010 111000 1001000

Color Harmonies of #B18EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EDF

Black with #B18EDF

Text Example


Text Example

White with #B18EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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