Html Css Color HEX #B18EEA Biloba Flower

📋 copy color: '#B18EEA'

red 177 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #B18EEA

Tints of Biloba Flower #B18EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 32.01%
G = 25.68%
B = 42.31%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B18EEA (or 0xB18EEA) is known color: Biloba Flower. HEX triplet: B1, 8E and EA. RGB value is (177,142,234). Sum of RGB (Red+Green+Blue) = 177+142+234=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B18EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EEA is #4E7115. Grayscale: #A2A2A2. Windows color (decimal): -5140758 or 15371953. OLE color: 15371953.

HSL color Cylindrical-coordinate representation of color #B18EEA: hue angle of 262.83º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18EEA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 142 234 -
CMYK 0.24 0.39 0 0.08
HSL 262.83º 0.69% 0.74% -
HSV(B) 262.83º 0.39% 0.92% -
XYZ 42.66 34.63 82.28 -
YUV 162.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 177 142 234 0.24 0.39 0 0.08 262.83 0.69 0.74
Hex B1 8E EA 18 27 0 8 107 45 4A
Octal 261 216 352 30 47 0 10 407 105 112
Binary 10110001 10001110 11101010 11000 100111 0 1000 100000111 1000101 1001010

Color Harmonies of #B18EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EEA

Black with #B18EEA

Text Example


Text Example

White with #B18EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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