Html Css Color HEX #B18FFE Biloba Flower

📋 copy color: '#B18FFE'

red 177 ◦ green 143 ◦ blue 254

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

Shades of Biloba Flower #B18FFE

Tints of Biloba Flower #B18FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 30.84%
G = 24.91%
B = 44.25%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B18FFE (or 0xB18FFE) is known color: Biloba Flower. HEX triplet: B1, 8F and FE. RGB value is (177,143,254). Sum of RGB (Red+Green+Blue) = 177+143+254=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B18FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FFE is #4E7001. Grayscale: #A5A5A5. Windows color (decimal): -5140482 or 16682929. OLE color: 16682929.

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

Color convert

RGB 177 143 254 -
CMYK 0.30 0.44 0 0.00
HSL 258.38º 0.98% 0.78% -
HSV(B) 258.38º 0.44% 1% -
XYZ 45.84 36.15 98.33 -
YUV 165.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 177 143 254 0.30 0.44 0 0.00 258.38 0.98 0.78
Hex B1 8F FE 1E 2C 0 0 102 62 4E
Octal 261 217 376 36 54 0 0 402 142 116
Binary 10110001 10001111 11111110 11110 101100 0 0 100000010 1100010 1001110

Color Harmonies of #B18FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FFE

Black with #B18FFE

Text Example


Text Example

White with #B18FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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