Html Css Color HEX #B18CEB Biloba Flower

📋 copy color: '#B18CEB'

red 177 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #B18CEB

Tints of Biloba Flower #B18CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

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

R = 32.07%
G = 25.36%
B = 42.57%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B18CEB (or 0xB18CEB) is known color: Biloba Flower. HEX triplet: B1, 8C and EB. RGB value is (177,140,235). Sum of RGB (Red+Green+Blue) = 177+140+235=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #B18CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CEB is #4E7314. Grayscale: #A1A1A1. Windows color (decimal): -5141269 or 15436977. OLE color: 15436977.

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

Color convert

RGB 177 140 235 -
CMYK 0.25 0.40 0 0.08
HSL 263.37º 0.7% 0.74% -
HSV(B) 263.37º 0.4% 0.92% -
XYZ 42.5 34.1 82.94 -
YUV 161.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 177 140 235 0.25 0.40 0 0.08 263.37 0.7 0.74
Hex B1 8C EB 19 28 0 8 107 46 4A
Octal 261 214 353 31 50 0 10 407 106 112
Binary 10110001 10001100 11101011 11001 101000 0 1000 100000111 1000110 1001010

Color Harmonies of #B18CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CEB

Black with #B18CEB

Text Example


Text Example

White with #B18CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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