Html Css Color HEX #B18BDE Biloba Flower

📋 copy color: '#B18BDE'

red 177 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #B18BDE

Tints of Biloba Flower #B18BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 32.9%
G = 25.84%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B18BDE (or 0xB18BDE) is known color: Biloba Flower. HEX triplet: B1, 8B and DE. RGB value is (177,139,222). Sum of RGB (Red+Green+Blue) = 177+139+222=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B18BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BDE is #4E7421. Grayscale: #9F9F9F. Windows color (decimal): -5141538 or 14584753. OLE color: 14584753.

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

Color convert

RGB 177 139 222 -
CMYK 0.20 0.37 0 0.13
HSL 267.47º 0.56% 0.71% -
HSV(B) 267.47º 0.37% 0.87% -
XYZ 40.55 33.09 73.36 -
YUV 159.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 177 139 222 0.20 0.37 0 0.13 267.47 0.56 0.71
Hex B1 8B DE 14 25 0 D 10B 38 47
Octal 261 213 336 24 45 0 15 413 70 107
Binary 10110001 10001011 11011110 10100 100101 0 1101 100001011 111000 1000111

Color Harmonies of #B18BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BDE

Black with #B18BDE

Text Example


Text Example

White with #B18BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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