Html Css Color HEX #B18BDF Biloba Flower

📋 copy color: '#B18BDF'

red 177 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #B18BDF

Tints of Biloba Flower #B18BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 32.84%
G = 25.79%
B = 41.37%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B18BDF (or 0xB18BDF) is known color: Biloba Flower. HEX triplet: B1, 8B and DF. RGB value is (177,139,223). Sum of RGB (Red+Green+Blue) = 177+139+223=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B18BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BDF is #4E7420. Grayscale: #9F9F9F. Windows color (decimal): -5141537 or 14650289. OLE color: 14650289.

HSL color Cylindrical-coordinate representation of color #B18BDF: hue angle of 267.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18BDF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 139 223 -
CMYK 0.21 0.38 0 0.13
HSL 267.14º 0.57% 0.71% -
HSV(B) 267.14º 0.38% 0.87% -
XYZ 40.68 33.14 74.06 -
YUV 159.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 177 139 223 0.21 0.38 0 0.13 267.14 0.57 0.71
Hex B1 8B DF 15 26 0 D 10B 39 47
Octal 261 213 337 25 46 0 15 413 71 107
Binary 10110001 10001011 11011111 10101 100110 0 1101 100001011 111001 1000111

Color Harmonies of #B18BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BDF

Black with #B18BDF

Text Example


Text Example

White with #B18BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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