Html Css Color HEX #B18FFB Biloba Flower

📋 copy color: '#B18FFB'

red 177 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #B18FFB

Tints of Biloba Flower #B18FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 31%
G = 25.04%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B18FFB (or 0xB18FFB) is known color: Biloba Flower. HEX triplet: B1, 8F and FB. RGB value is (177,143,251). Sum of RGB (Red+Green+Blue) = 177+143+251=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #B18FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FFB is #4E7004. Grayscale: #A5A5A5. Windows color (decimal): -5140485 or 16486321. OLE color: 16486321.

HSL color Cylindrical-coordinate representation of color #B18FFB: hue angle of 258.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18FFB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 143 251 -
CMYK 0.29 0.43 0 0.02
HSL 258.89º 0.93% 0.77% -
HSV(B) 258.89º 0.43% 0.98% -
XYZ 45.37 35.96 95.82 -
YUV 165.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 177 143 251 0.29 0.43 0 0.02 258.89 0.93 0.77
Hex B1 8F FB 1D 2B 0 2 103 5D 4D
Octal 261 217 373 35 53 0 2 403 135 115
Binary 10110001 10001111 11111011 11101 101011 0 10 100000011 1011101 1001101

Color Harmonies of #B18FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FFB

Black with #B18FFB

Text Example


Text Example

White with #B18FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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