Html Css Color HEX #B18FFF Biloba Flower

📋 copy color: '#B18FFF'

red 177 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #B18FFF

Tints of Biloba Flower #B18FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.87%

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

R = 30.78%
G = 24.87%
B = 44.35%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B18FFF (or 0xB18FFF) is known color: Biloba Flower. HEX triplet: B1, 8F and FF. RGB value is (177,143,255). Sum of RGB (Red+Green+Blue) = 177+143+255=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FFF is #4E7000. Grayscale: #A5A5A5. Windows color (decimal): -5140481 or 16748465. OLE color: 16748465.

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

Color convert

RGB 177 143 255 -
CMYK 0.31 0.44 0 0
HSL 258.21º 1% 0.78% -
HSV(B) 258.21º 0.44% 1% -
XYZ 46 36.21 99.17 -
YUV 165.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 177 143 255 0.31 0.44 0 0 258.21 1 0.78
Hex B1 8F FF 1F 2C 0 0 102 64 4E
Octal 261 217 377 37 54 0 0 402 144 116
Binary 10110001 10001111 11111111 11111 101100 0 0 100000010 1100100 1001110

Color Harmonies of #B18FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FFF

Black with #B18FFF

Text Example


Text Example

White with #B18FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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