Html Css Color HEX #B18ED0 Biloba Flower

📋 copy color: '#B18ED0'

red 177 ◦ green 142 ◦ blue 208

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

Shades of Biloba Flower #B18ED0

Tints of Biloba Flower #B18ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 208 (81.64% from 255) = 39.47%

R = 33.59%
G = 26.94%
B = 39.47%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B18ED0 (or 0xB18ED0) is known color: Biloba Flower. HEX triplet: B1, 8E and D0. RGB value is (177,142,208). Sum of RGB (Red+Green+Blue) = 177+142+208=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #B18ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ED0 is #4E712F. Grayscale: #9F9F9F. Windows color (decimal): -5140784 or 13668017. OLE color: 13668017.

HSL color Cylindrical-coordinate representation of color #B18ED0: hue angle of 271.82º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18ED0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 142 208 -
CMYK 0.15 0.32 0 0.18
HSL 271.82º 0.41% 0.69% -
HSV(B) 271.82º 0.32% 0.82% -
XYZ 39.19 33.25 64.03 -
YUV 159.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 177 142 208 0.15 0.32 0 0.18 271.82 0.41 0.69
Hex B1 8E D0 F 20 0 12 110 29 45
Octal 261 216 320 17 40 0 22 420 51 105
Binary 10110001 10001110 11010000 1111 100000 0 10010 100010000 101001 1000101

Color Harmonies of #B18ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ED0

Black with #B18ED0

Text Example


Text Example

White with #B18ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ED0; }

 p { color: rgb(177,142,208); }

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

background-color css

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

 a { background-color: rgb(177,142,208); }

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

border-color css

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

 span { border-color: rgb(177,142,208); }

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