Html Css Color HEX #B18FE0 Biloba Flower

📋 copy color: '#B18FE0'

red 177 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #B18FE0

Tints of Biloba Flower #B18FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 32.54%
G = 26.29%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B18FE0 (or 0xB18FE0) is known color: Biloba Flower. HEX triplet: B1, 8F and E0. RGB value is (177,143,224). Sum of RGB (Red+Green+Blue) = 177+143+224=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #B18FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FE0 is #4E701F. Grayscale: #A2A2A2. Windows color (decimal): -5140512 or 14716849. OLE color: 14716849.

HSL color Cylindrical-coordinate representation of color #B18FE0: hue angle of 265.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18FE0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 143 224 -
CMYK 0.21 0.36 0 0.12
HSL 265.19º 0.57% 0.72% -
HSV(B) 265.19º 0.36% 0.88% -
XYZ 41.41 34.37 74.97 -
YUV 162.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 177 143 224 0.21 0.36 0 0.12 265.19 0.57 0.72
Hex B1 8F E0 15 24 0 C 109 39 48
Octal 261 217 340 25 44 0 14 411 71 110
Binary 10110001 10001111 11100000 10101 100100 0 1100 100001001 111001 1001000

Color Harmonies of #B18FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FE0

Black with #B18FE0

Text Example


Text Example

White with #B18FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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