Html Css Color HEX #B09AFF Biloba Flower

📋 copy color: '#B09AFF'

red 176 ◦ green 154 ◦ blue 255

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

Shades of Biloba Flower #B09AFF

Tints of Biloba Flower #B09AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.32%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 30.09%
G = 26.32%
B = 43.59%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B09AFF (or 0xB09AFF) is known color: Biloba Flower. HEX triplet: B0, 9A and FF. RGB value is (176,154,255). Sum of RGB (Red+Green+Blue) = 176+154+255=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AFF is #4F6500. Grayscale: #ABABAB. Windows color (decimal): -5203201 or 16751280. OLE color: 16751280.

HSL color Cylindrical-coordinate representation of color #B09AFF: hue angle of 253.07º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09AFF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 154 255 -
CMYK 0.31 0.40 0 0
HSL 253.07º 1% 0.8% -
HSV(B) 253.07º 0.4% 1% -
XYZ 47.51 39.56 99.74 -
YUV 172.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 176 154 255 0.31 0.40 0 0 253.07 1 0.8
Hex B0 9A FF 1F 28 0 0 FD 64 50
Octal 260 232 377 37 50 0 0 375 144 120
Binary 10110000 10011010 11111111 11111 101000 0 0 11111101 1100100 1010000

Color Harmonies of #B09AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AFF

Black with #B09AFF

Text Example


Text Example

White with #B09AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AFF; }

 p { color: rgb(176,154,255); }

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

background-color css

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

 a { background-color: rgb(176,154,255); }

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

border-color css

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

 span { border-color: rgb(176,154,255); }

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