Html Css Color HEX #B18EE3 Biloba Flower

📋 copy color: '#B18EE3'

red 177 ◦ green 142 ◦ blue 227

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

Shades of Biloba Flower #B18EE3

Tints of Biloba Flower #B18EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.58%

R = 32.42%
G = 26.01%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B18EE3 (or 0xB18EE3) is known color: Biloba Flower. HEX triplet: B1, 8E and E3. RGB value is (177,142,227). Sum of RGB (Red+Green+Blue) = 177+142+227=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #B18EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EE3 is #4E711C. Grayscale: #A1A1A1. Windows color (decimal): -5140765 or 14913201. OLE color: 14913201.

HSL color Cylindrical-coordinate representation of color #B18EE3: hue angle of 264.71º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18EE3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 142 227 -
CMYK 0.22 0.37 0 0.11
HSL 264.71º 0.6% 0.72% -
HSV(B) 264.71º 0.37% 0.89% -
XYZ 41.67 34.24 77.09 -
YUV 162.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 177 142 227 0.22 0.37 0 0.11 264.71 0.6 0.72
Hex B1 8E E3 16 25 0 B 109 3C 48
Octal 261 216 343 26 45 0 13 411 74 110
Binary 10110001 10001110 11100011 10110 100101 0 1011 100001001 111100 1001000

Color Harmonies of #B18EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EE3

Black with #B18EE3

Text Example


Text Example

White with #B18EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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