Html Css Color HEX #B18ADE Biloba Flower

📋 copy color: '#B18ADE'

red 177 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #B18ADE

Tints of Biloba Flower #B18ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

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

R = 32.96%
G = 25.7%
B = 41.34%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B18ADE (or 0xB18ADE) is known color: Biloba Flower. HEX triplet: B1, 8A and DE. RGB value is (177,138,222). Sum of RGB (Red+Green+Blue) = 177+138+222=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #B18ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ADE is #4E7521. Grayscale: #9E9E9E. Windows color (decimal): -5141794 or 14584497. OLE color: 14584497.

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

Color convert

RGB 177 138 222 -
CMYK 0.20 0.38 0 0.13
HSL 267.86º 0.56% 0.71% -
HSV(B) 267.86º 0.38% 0.87% -
XYZ 40.4 32.8 73.31 -
YUV 159.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 177 138 222 0.20 0.38 0 0.13 267.86 0.56 0.71
Hex B1 8A DE 14 26 0 D 10C 38 47
Octal 261 212 336 24 46 0 15 414 70 107
Binary 10110001 10001010 11011110 10100 100110 0 1101 100001100 111000 1000111

Color Harmonies of #B18ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ADE

Black with #B18ADE

Text Example


Text Example

White with #B18ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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