Html Css Color HEX #B18BEE Biloba Flower

📋 copy color: '#B18BEE'

red 177 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #B18BEE

Tints of Biloba Flower #B18BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 31.95%
G = 25.09%
B = 42.96%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18BEE (or 0xB18BEE) is known color: Biloba Flower. HEX triplet: B1, 8B and EE. RGB value is (177,139,238). Sum of RGB (Red+Green+Blue) = 177+139+238=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B18BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BEE is #4E7411. Grayscale: #A1A1A1. Windows color (decimal): -5141522 or 15633329. OLE color: 15633329.

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

Color convert

RGB 177 139 238 -
CMYK 0.26 0.42 0 0.07
HSL 263.03º 0.74% 0.74% -
HSV(B) 263.03º 0.42% 0.93% -
XYZ 42.8 33.99 85.19 -
YUV 161.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 177 139 238 0.26 0.42 0 0.07 263.03 0.74 0.74
Hex B1 8B EE 1A 2A 0 7 107 4A 4A
Octal 261 213 356 32 52 0 7 407 112 112
Binary 10110001 10001011 11101110 11010 101010 0 111 100000111 1001010 1001010

Color Harmonies of #B18BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BEE

Black with #B18BEE

Text Example


Text Example

White with #B18BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BEE; }

 p { color: rgb(177,139,238); }

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

background-color css

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

 a { background-color: rgb(177,139,238); }

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

border-color css

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

 span { border-color: rgb(177,139,238); }

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