Html Css Color HEX #B18EED Biloba Flower

📋 copy color: '#B18EED'

red 177 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #B18EED

Tints of Biloba Flower #B18EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 31.83%
G = 25.54%
B = 42.63%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18EED (or 0xB18EED) is known color: Biloba Flower. HEX triplet: B1, 8E and ED. RGB value is (177,142,237). Sum of RGB (Red+Green+Blue) = 177+142+237=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EED is #4E7112. Grayscale: #A2A2A2. Windows color (decimal): -5140755 or 15568561. OLE color: 15568561.

HSL color Cylindrical-coordinate representation of color #B18EED: hue angle of 262.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18EED is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 142 237 -
CMYK 0.25 0.40 0 0.07
HSL 262.11º 0.73% 0.74% -
HSV(B) 262.11º 0.4% 0.93% -
XYZ 43.09 34.81 84.57 -
YUV 163.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 177 142 237 0.25 0.40 0 0.07 262.11 0.73 0.74
Hex B1 8E ED 19 28 0 7 106 49 4A
Octal 261 216 355 31 50 0 7 406 111 112
Binary 10110001 10001110 11101101 11001 101000 0 111 100000110 1001001 1001010

Color Harmonies of #B18EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EED

Black with #B18EED

Text Example


Text Example

White with #B18EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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