Html Css Color HEX #B09FF2 Biloba Flower

📋 copy color: '#B09FF2'

red 176 ◦ green 159 ◦ blue 242

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

Shades of Biloba Flower #B09FF2

Tints of Biloba Flower #B09FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.94%

R = 30.5%
G = 27.56%
B = 41.94%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B09FF2 (or 0xB09FF2) is known color: Biloba Flower. HEX triplet: B0, 9F and F2. RGB value is (176,159,242). Sum of RGB (Red+Green+Blue) = 176+159+242=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #B09FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FF2 is #4F600D. Grayscale: #ADADAD. Windows color (decimal): -5201934 or 15900592. OLE color: 15900592.

HSL color Cylindrical-coordinate representation of color #B09FF2: hue angle of 252.29º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09FF2 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 159 242 -
CMYK 0.27 0.34 0 0.05
HSL 252.29º 0.76% 0.79% -
HSV(B) 252.29º 0.34% 0.95% -
XYZ 46.33 40.44 89.37 -
YUV 173.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 176 159 242 0.27 0.34 0 0.05 252.29 0.76 0.79
Hex B0 9F F2 1B 22 0 5 FC 4C 4F
Octal 260 237 362 33 42 0 5 374 114 117
Binary 10110000 10011111 11110010 11011 100010 0 101 11111100 1001100 1001111

Color Harmonies of #B09FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FF2

Black with #B09FF2

Text Example


Text Example

White with #B09FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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