Html Css Color HEX #B18AD8 Biloba Flower

📋 copy color: '#B18AD8'

red 177 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #B18AD8

Tints of Biloba Flower #B18AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 33.33%
G = 25.99%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B18AD8 (or 0xB18AD8) is known color: Biloba Flower. HEX triplet: B1, 8A and D8. RGB value is (177,138,216). Sum of RGB (Red+Green+Blue) = 177+138+216=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #B18AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AD8 is #4E7527. Grayscale: #9E9E9E. Windows color (decimal): -5141800 or 14191281. OLE color: 14191281.

HSL color Cylindrical-coordinate representation of color #B18AD8: hue angle of 270º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18AD8 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 138 216 -
CMYK 0.18 0.36 0 0.15
HSL 270º 0.5% 0.69% -
HSV(B) 270º 0.36% 0.85% -
XYZ 39.61 32.48 69.15 -
YUV 158.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 177 138 216 0.18 0.36 0 0.15 270 0.5 0.69
Hex B1 8A D8 12 24 0 F 10E 32 45
Octal 261 212 330 22 44 0 17 416 62 105
Binary 10110001 10001010 11011000 10010 100100 0 1111 100001110 110010 1000101

Color Harmonies of #B18AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AD8

Black with #B18AD8

Text Example


Text Example

White with #B18AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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