Html Css Color HEX #B18FDF Biloba Flower

📋 copy color: '#B18FDF'

red 177 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B18FDF

Tints of Biloba Flower #B18FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.34%

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

R = 32.6%
G = 26.34%
B = 41.07%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B18FDF (or 0xB18FDF) is known color: Biloba Flower. HEX triplet: B1, 8F and DF. RGB value is (177,143,223). Sum of RGB (Red+Green+Blue) = 177+143+223=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B18FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDF is #4E7020. Grayscale: #A2A2A2. Windows color (decimal): -5140513 or 14651313. OLE color: 14651313.

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

Color convert

RGB 177 143 223 -
CMYK 0.21 0.36 0 0.13
HSL 265.5º 0.56% 0.72% -
HSV(B) 265.5º 0.36% 0.87% -
XYZ 41.27 34.32 74.26 -
YUV 162.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 177 143 223 0.21 0.36 0 0.13 265.5 0.56 0.72
Hex B1 8F DF 15 24 0 D 10A 38 48
Octal 261 217 337 25 44 0 15 412 70 110
Binary 10110001 10001111 11011111 10101 100100 0 1101 100001010 111000 1001000

Color Harmonies of #B18FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FDF

Black with #B18FDF

Text Example


Text Example

White with #B18FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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