Html Css Color HEX #B18FEB Biloba Flower

📋 copy color: '#B18FEB'

red 177 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #B18FEB

Tints of Biloba Flower #B18FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 31.89%
G = 25.77%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B18FEB (or 0xB18FEB) is known color: Biloba Flower. HEX triplet: B1, 8F and EB. RGB value is (177,143,235). Sum of RGB (Red+Green+Blue) = 177+143+235=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #B18FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FEB is #4E7014. Grayscale: #A3A3A3. Windows color (decimal): -5140501 or 15437745. OLE color: 15437745.

HSL color Cylindrical-coordinate representation of color #B18FEB: hue angle of 262.17º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18FEB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 143 235 -
CMYK 0.25 0.39 0 0.08
HSL 262.17º 0.7% 0.74% -
HSV(B) 262.17º 0.39% 0.92% -
XYZ 42.95 34.99 83.09 -
YUV 163.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 177 143 235 0.25 0.39 0 0.08 262.17 0.7 0.74
Hex B1 8F EB 19 27 0 8 106 46 4A
Octal 261 217 353 31 47 0 10 406 106 112
Binary 10110001 10001111 11101011 11001 100111 0 1000 100000110 1000110 1001010

Color Harmonies of #B18FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FEB

Black with #B18FEB

Text Example


Text Example

White with #B18FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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