Html Css Color HEX #B18ADC Biloba Flower

📋 copy color: '#B18ADC'

red 177 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #B18ADC

Tints of Biloba Flower #B18ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 33.08%
G = 25.79%
B = 41.12%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B18ADC (or 0xB18ADC) is known color: Biloba Flower. HEX triplet: B1, 8A and DC. RGB value is (177,138,220). Sum of RGB (Red+Green+Blue) = 177+138+220=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B18ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ADC is #4E7523. Grayscale: #9E9E9E. Windows color (decimal): -5141796 or 14453425. OLE color: 14453425.

HSL color Cylindrical-coordinate representation of color #B18ADC: hue angle of 268.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18ADC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 138 220 -
CMYK 0.20 0.37 0 0.14
HSL 268.54º 0.54% 0.7% -
HSV(B) 268.54º 0.37% 0.86% -
XYZ 40.14 32.69 71.9 -
YUV 159.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 177 138 220 0.20 0.37 0 0.14 268.54 0.54 0.7
Hex B1 8A DC 14 25 0 E 10D 36 46
Octal 261 212 334 24 45 0 16 415 66 106
Binary 10110001 10001010 11011100 10100 100101 0 1110 100001101 110110 1000110

Color Harmonies of #B18ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ADC

Black with #B18ADC

Text Example


Text Example

White with #B18ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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