Html Css Color HEX #B18DFF Biloba Flower

📋 copy color: '#B18DFF'

red 177 ◦ green 141 ◦ blue 255

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

Shades of Biloba Flower #B18DFF

Tints of Biloba Flower #B18DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

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

R = 30.89%
G = 24.61%
B = 44.5%

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

#B18DFF (or 0xB18DFF) is known color: Biloba Flower. HEX triplet: B1, 8D and FF. RGB value is (177,141,255). Sum of RGB (Red+Green+Blue) = 177+141+255=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFF is #4E7200. Grayscale: #A4A4A4. Windows color (decimal): -5140993 or 16747953. OLE color: 16747953.

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

Color convert

RGB 177 141 255 -
CMYK 0.31 0.45 0 0
HSL 258.95º 1% 0.78% -
HSV(B) 258.95º 0.45% 1% -
XYZ 45.71 35.62 99.07 -
YUV 164.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 177 141 255 0.31 0.45 0 0 258.95 1 0.78
Hex B1 8D FF 1F 2D 0 0 103 64 4E
Octal 261 215 377 37 55 0 0 403 144 116
Binary 10110001 10001101 11111111 11111 101101 0 0 100000011 1100100 1001110

Color Harmonies of #B18DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DFF

Black with #B18DFF

Text Example


Text Example

White with #B18DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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