Html Css Color HEX #B09FFC Biloba Flower

📋 copy color: '#B09FFC'

red 176 ◦ green 159 ◦ blue 252

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

Shades of Biloba Flower #B09FFC

Tints of Biloba Flower #B09FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 29.98%
G = 27.09%
B = 42.93%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B09FFC (or 0xB09FFC) is known color: Biloba Flower. HEX triplet: B0, 9F and FC. RGB value is (176,159,252). Sum of RGB (Red+Green+Blue) = 176+159+252=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #B09FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFC is #4F6003. Grayscale: #AEAEAE. Windows color (decimal): -5201924 or 16555952. OLE color: 16555952.

HSL color Cylindrical-coordinate representation of color #B09FFC: hue angle of 250.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09FFC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 159 252 -
CMYK 0.30 0.37 0 0.01
HSL 250.97º 0.94% 0.81% -
HSV(B) 250.97º 0.37% 0.99% -
XYZ 47.87 41.05 97.5 -
YUV 174.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 176 159 252 0.30 0.37 0 0.01 250.97 0.94 0.81
Hex B0 9F FC 1E 25 0 1 FB 5E 51
Octal 260 237 374 36 45 0 1 373 136 121
Binary 10110000 10011111 11111100 11110 100101 0 1 11111011 1011110 1010001

Color Harmonies of #B09FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FFC

Black with #B09FFC

Text Example


Text Example

White with #B09FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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