Html Css Color HEX #B18DE6 Biloba Flower

📋 copy color: '#B18DE6'

red 177 ◦ green 141 ◦ blue 230

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

Shades of Biloba Flower #B18DE6

Tints of Biloba Flower #B18DE6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 32.3%
G = 25.73%
B = 41.97%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B18DE6 (or 0xB18DE6) is known color: Biloba Flower. HEX triplet: B1, 8D and E6. RGB value is (177,141,230). Sum of RGB (Red+Green+Blue) = 177+141+230=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #B18DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DE6 is #4E7219. Grayscale: #A1A1A1. Windows color (decimal): -5141018 or 15109553. OLE color: 15109553.

HSL color Cylindrical-coordinate representation of color #B18DE6: hue angle of 264.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18DE6 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 141 230 -
CMYK 0.23 0.39 0 0.10
HSL 264.27º 0.64% 0.73% -
HSV(B) 264.27º 0.39% 0.9% -
XYZ 41.94 34.11 79.24 -
YUV 161.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 177 141 230 0.23 0.39 0 0.10 264.27 0.64 0.73
Hex B1 8D E6 17 27 0 A 108 40 49
Octal 261 215 346 27 47 0 12 410 100 111
Binary 10110001 10001101 11100110 10111 100111 0 1010 100001000 1000000 1001001

Color Harmonies of #B18DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DE6

Black with #B18DE6

Text Example


Text Example

White with #B18DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DE6; }

 p { color: rgb(177,141,230); }

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

background-color css

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

 a { background-color: rgb(177,141,230); }

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

border-color css

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

 span { border-color: rgb(177,141,230); }

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