Html Css Color HEX #B18CFF Biloba Flower

📋 copy color: '#B18CFF'

red 177 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #B18CFF

Tints of Biloba Flower #B18CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 30.94%
G = 24.48%
B = 44.58%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B18CFF (or 0xB18CFF) is known color: Biloba Flower. HEX triplet: B1, 8C and FF. RGB value is (177,140,255). Sum of RGB (Red+Green+Blue) = 177+140+255=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CFF is #4E7300. Grayscale: #A3A3A3. Windows color (decimal): -5141249 or 16747697. OLE color: 16747697.

HSL color Cylindrical-coordinate representation of color #B18CFF: hue angle of 259.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18CFF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 140 255 -
CMYK 0.31 0.45 0 0
HSL 259.3º 1% 0.77% -
HSV(B) 259.3º 0.45% 1% -
XYZ 45.56 35.32 99.02 -
YUV 164.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 177 140 255 0.31 0.45 0 0 259.3 1 0.77
Hex B1 8C FF 1F 2D 0 0 103 64 4D
Octal 261 214 377 37 55 0 0 403 144 115
Binary 10110001 10001100 11111111 11111 101101 0 0 100000011 1100100 1001101

Color Harmonies of #B18CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CFF

Black with #B18CFF

Text Example


Text Example

White with #B18CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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