Html Css Color HEX #B18CEC Biloba Flower

📋 copy color: '#B18CEC'

red 177 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #B18CEC

Tints of Biloba Flower #B18CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 32.01%
G = 25.32%
B = 42.68%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18CEC (or 0xB18CEC) is known color: Biloba Flower. HEX triplet: B1, 8C and EC. RGB value is (177,140,236). Sum of RGB (Red+Green+Blue) = 177+140+236=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B18CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CEC is #4E7313. Grayscale: #A1A1A1. Windows color (decimal): -5141268 or 15502513. OLE color: 15502513.

HSL color Cylindrical-coordinate representation of color #B18CEC: hue angle of 263.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18CEC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 140 236 -
CMYK 0.25 0.41 0 0.07
HSL 263.13º 0.72% 0.74% -
HSV(B) 263.13º 0.41% 0.93% -
XYZ 42.65 34.16 83.7 -
YUV 162.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 177 140 236 0.25 0.41 0 0.07 263.13 0.72 0.74
Hex B1 8C EC 19 29 0 7 107 48 4A
Octal 261 214 354 31 51 0 7 407 110 112
Binary 10110001 10001100 11101100 11001 101001 0 111 100000111 1001000 1001010

Color Harmonies of #B18CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CEC

Black with #B18CEC

Text Example


Text Example

White with #B18CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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