Html Css Color HEX #B09FDF Biloba Flower

📋 copy color: '#B09FDF'

red 176 ◦ green 159 ◦ blue 223

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

Shades of Biloba Flower #B09FDF

Tints of Biloba Flower #B09FDF

RGB

 RED value IS 176 (69.14% from 255) = 31.54%

 GREEN value IS 159 (62.5% from 255) = 28.49%

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

R = 31.54%
G = 28.49%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09FDF (or 0xB09FDF) is known color: Biloba Flower. HEX triplet: B0, 9F and DF. RGB value is (176,159,223). Sum of RGB (Red+Green+Blue) = 176+159+223=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FDF is #4F6020. Grayscale: #ABABAB. Windows color (decimal): -5201953 or 14655408. OLE color: 14655408.

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

Color convert

RGB 176 159 223 -
CMYK 0.21 0.29 0 0.13
HSL 255.94º 0.5% 0.75% -
HSV(B) 255.94º 0.29% 0.87% -
XYZ 43.62 39.35 75.11 -
YUV 171.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 176 159 223 0.21 0.29 0 0.13 255.94 0.5 0.75
Hex B0 9F DF 15 1D 0 D 100 32 4B
Octal 260 237 337 25 35 0 15 400 62 113
Binary 10110000 10011111 11011111 10101 11101 0 1101 100000000 110010 1001011

Color Harmonies of #B09FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FDF

Black with #B09FDF

Text Example


Text Example

White with #B09FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FDF; }

 p { color: rgb(176,159,223); }

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

background-color css

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

 a { background-color: rgb(176,159,223); }

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

border-color css

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

 span { border-color: rgb(176,159,223); }

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