Html Css Color HEX #B18BFE Biloba Flower

📋 copy color: '#B18BFE'

red 177 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B18BFE

Tints of Biloba Flower #B18BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

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

R = 31.05%
G = 24.39%
B = 44.56%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B18BFE (or 0xB18BFE) is known color: Biloba Flower. HEX triplet: B1, 8B and FE. RGB value is (177,139,254). Sum of RGB (Red+Green+Blue) = 177+139+254=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B18BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BFE is #4E7401. Grayscale: #A3A3A3. Windows color (decimal): -5141506 or 16681905. OLE color: 16681905.

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

Color convert

RGB 177 139 254 -
CMYK 0.30 0.45 0 0.00
HSL 259.83º 0.98% 0.77% -
HSV(B) 259.83º 0.45% 1% -
XYZ 45.25 34.97 98.13 -
YUV 163.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 177 139 254 0.30 0.45 0 0.00 259.83 0.98 0.77
Hex B1 8B FE 1E 2D 0 0 104 62 4D
Octal 261 213 376 36 55 0 0 404 142 115
Binary 10110001 10001011 11111110 11110 101101 0 0 100000100 1100010 1001101

Color Harmonies of #B18BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BFE

Black with #B18BFE

Text Example


Text Example

White with #B18BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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