Html Css Color HEX #B18CDA Biloba Flower

📋 copy color: '#B18CDA'

red 177 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B18CDA

Tints of Biloba Flower #B18CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 33.08%
G = 26.17%
B = 40.75%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B18CDA (or 0xB18CDA) is known color: Biloba Flower. HEX triplet: B1, 8C and DA. RGB value is (177,140,218). Sum of RGB (Red+Green+Blue) = 177+140+218=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CDA is #4E7325. Grayscale: #9F9F9F. Windows color (decimal): -5141286 or 14322865. OLE color: 14322865.

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

Color convert

RGB 177 140 218 -
CMYK 0.19 0.36 0 0.15
HSL 268.46º 0.51% 0.7% -
HSV(B) 268.46º 0.36% 0.85% -
XYZ 40.16 33.17 70.61 -
YUV 159.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 177 140 218 0.19 0.36 0 0.15 268.46 0.51 0.7
Hex B1 8C DA 13 24 0 F 10C 33 46
Octal 261 214 332 23 44 0 17 414 63 106
Binary 10110001 10001100 11011010 10011 100100 0 1111 100001100 110011 1000110

Color Harmonies of #B18CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CDA

Black with #B18CDA

Text Example


Text Example

White with #B18CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CDA; }

 p { color: rgb(177,140,218); }

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

background-color css

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

 a { background-color: rgb(177,140,218); }

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

border-color css

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

 span { border-color: rgb(177,140,218); }

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