Html Css Color HEX #B18BD0 Biloba Flower

📋 copy color: '#B18BD0'

red 177 ◦ green 139 ◦ blue 208

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

Shades of Biloba Flower #B18BD0

Tints of Biloba Flower #B18BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

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

R = 33.78%
G = 26.53%
B = 39.69%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B18BD0 (or 0xB18BD0) is known color: Biloba Flower. HEX triplet: B1, 8B and D0. RGB value is (177,139,208). Sum of RGB (Red+Green+Blue) = 177+139+208=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #B18BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BD0 is #4E742F. Grayscale: #9D9D9D. Windows color (decimal): -5141552 or 13667249. OLE color: 13667249.

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

Color convert

RGB 177 139 208 -
CMYK 0.15 0.33 0 0.18
HSL 273.04º 0.42% 0.68% -
HSV(B) 273.04º 0.33% 0.82% -
XYZ 38.75 32.37 63.88 -
YUV 158.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 177 139 208 0.15 0.33 0 0.18 273.04 0.42 0.68
Hex B1 8B D0 F 21 0 12 111 2A 44
Octal 261 213 320 17 41 0 22 421 52 104
Binary 10110001 10001011 11010000 1111 100001 0 10010 100010001 101010 1000100

Color Harmonies of #B18BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BD0

Black with #B18BD0

Text Example


Text Example

White with #B18BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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