Html Css Color HEX #B09FCF Biloba Flower

📋 copy color: '#B09FCF'

red 176 ◦ green 159 ◦ blue 207

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

Shades of Biloba Flower #B09FCF

Tints of Biloba Flower #B09FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 32.47%
G = 29.34%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B09FCF (or 0xB09FCF) is known color: Biloba Flower. HEX triplet: B0, 9F and CF. RGB value is (176,159,207). Sum of RGB (Red+Green+Blue) = 176+159+207=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #B09FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FCF is #4F6030. Grayscale: #A9A9A9. Windows color (decimal): -5201969 or 13606832. OLE color: 13606832.

HSL color Cylindrical-coordinate representation of color #B09FCF: hue angle of 261.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09FCF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 159 207 -
CMYK 0.15 0.23 0 0.19
HSL 261.25º 0.33% 0.72% -
HSV(B) 261.25º 0.23% 0.81% -
XYZ 41.57 38.53 64.28 -
YUV 169.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 176 159 207 0.15 0.23 0 0.19 261.25 0.33 0.72
Hex B0 9F CF F 17 0 13 105 21 48
Octal 260 237 317 17 27 0 23 405 41 110
Binary 10110000 10011111 11001111 1111 10111 0 10011 100000101 100001 1001000

Color Harmonies of #B09FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FCF

Black with #B09FCF

Text Example


Text Example

White with #B09FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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