Html Css Color HEX #B18BD1 Biloba Flower

📋 copy color: '#B18BD1'

red 177 ◦ green 139 ◦ blue 209

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

Shades of Biloba Flower #B18BD1

Tints of Biloba Flower #B18BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.81%

R = 33.71%
G = 26.48%
B = 39.81%

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

#B18BD1 (or 0xB18BD1) is known color: Biloba Flower. HEX triplet: B1, 8B and D1. RGB value is (177,139,209). Sum of RGB (Red+Green+Blue) = 177+139+209=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #B18BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BD1 is #4E742E. Grayscale: #9E9E9E. Windows color (decimal): -5141551 or 13732785. OLE color: 13732785.

HSL color Cylindrical-coordinate representation of color #B18BD1: hue angle of 272.57º degrees, saturation: 0.43, 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 #B18BD1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 139 209 -
CMYK 0.15 0.33 0 0.18
HSL 272.57º 0.43% 0.68% -
HSV(B) 272.57º 0.33% 0.82% -
XYZ 38.87 32.42 64.53 -
YUV 158.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 177 139 209 0.15 0.33 0 0.18 272.57 0.43 0.68
Hex B1 8B D1 F 21 0 12 111 2B 44
Octal 261 213 321 17 41 0 22 421 53 104
Binary 10110001 10001011 11010001 1111 100001 0 10010 100010001 101011 1000100

Color Harmonies of #B18BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BD1

Black with #B18BD1

Text Example


Text Example

White with #B18BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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