Html Css Color HEX #B18FEF Biloba Flower

📋 copy color: '#B18FEF'

red 177 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B18FEF

Tints of Biloba Flower #B18FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 31.66%
G = 25.58%
B = 42.75%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B18FEF (or 0xB18FEF) is known color: Biloba Flower. HEX triplet: B1, 8F and EF. RGB value is (177,143,239). Sum of RGB (Red+Green+Blue) = 177+143+239=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #B18FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FEF is #4E7010. Grayscale: #A3A3A3. Windows color (decimal): -5140497 or 15699889. OLE color: 15699889.

HSL color Cylindrical-coordinate representation of color #B18FEF: hue angle of 261.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18FEF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 143 239 -
CMYK 0.26 0.40 0 0.06
HSL 261.25º 0.75% 0.75% -
HSV(B) 261.25º 0.4% 0.94% -
XYZ 43.53 35.22 86.17 -
YUV 164.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 177 143 239 0.26 0.40 0 0.06 261.25 0.75 0.75
Hex B1 8F EF 1A 28 0 6 105 4B 4B
Octal 261 217 357 32 50 0 6 405 113 113
Binary 10110001 10001111 11101111 11010 101000 0 110 100000101 1001011 1001011

Color Harmonies of #B18FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FEF

Black with #B18FEF

Text Example


Text Example

White with #B18FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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