Html Css Color HEX #B09BF5 Biloba Flower

📋 copy color: '#B09BF5'

red 176 ◦ green 155 ◦ blue 245

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

Shades of Biloba Flower #B09BF5

Tints of Biloba Flower #B09BF5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 30.56%
G = 26.91%
B = 42.53%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B09BF5 (or 0xB09BF5) is known color: Biloba Flower. HEX triplet: B0, 9B and F5. RGB value is (176,155,245). Sum of RGB (Red+Green+Blue) = 176+155+245=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #B09BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BF5 is #4F640A. Grayscale: #ABABAB. Windows color (decimal): -5202955 or 16096176. OLE color: 16096176.

HSL color Cylindrical-coordinate representation of color #B09BF5: hue angle of 254º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09BF5 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 155 245 -
CMYK 0.28 0.37 0 0.04
HSL 254º 0.82% 0.78% -
HSV(B) 254º 0.37% 0.96% -
XYZ 46.11 39.27 91.54 -
YUV 171.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 176 155 245 0.28 0.37 0 0.04 254 0.82 0.78
Hex B0 9B F5 1C 25 0 4 FE 52 4E
Octal 260 233 365 34 45 0 4 376 122 116
Binary 10110000 10011011 11110101 11100 100101 0 100 11111110 1010010 1001110

Color Harmonies of #B09BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BF5

Black with #B09BF5

Text Example


Text Example

White with #B09BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BF5; }

 p { color: rgb(176,155,245); }

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

background-color css

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

 a { background-color: rgb(176,155,245); }

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

border-color css

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

 span { border-color: rgb(176,155,245); }

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