Html Css Color HEX #B18FEE Biloba Flower

📋 copy color: '#B18FEE'

red 177 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B18FEE

Tints of Biloba Flower #B18FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 31.72%
G = 25.63%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18FEE (or 0xB18FEE) is known color: Biloba Flower. HEX triplet: B1, 8F and EE. RGB value is (177,143,238). Sum of RGB (Red+Green+Blue) = 177+143+238=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #B18FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FEE is #4E7011. Grayscale: #A3A3A3. Windows color (decimal): -5140498 or 15634353. OLE color: 15634353.

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

Color convert

RGB 177 143 238 -
CMYK 0.26 0.40 0 0.07
HSL 261.47º 0.74% 0.75% -
HSV(B) 261.47º 0.4% 0.93% -
XYZ 43.39 35.17 85.39 -
YUV 164 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 177 143 238 0.26 0.40 0 0.07 261.47 0.74 0.75
Hex B1 8F EE 1A 28 0 7 105 4A 4B
Octal 261 217 356 32 50 0 7 405 112 113
Binary 10110001 10001111 11101110 11010 101000 0 111 100000101 1001010 1001011

Color Harmonies of #B18FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FEE

Black with #B18FEE

Text Example


Text Example

White with #B18FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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