Html Css Color HEX #B092FA Biloba Flower

📋 copy color: '#B092FA'

red 176 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #B092FA

Tints of Biloba Flower #B092FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.52%

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 30.77%
G = 25.52%
B = 43.71%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B092FA (or 0xB092FA) is known color: Biloba Flower. HEX triplet: B0, 92 and FA. RGB value is (176,146,250). Sum of RGB (Red+Green+Blue) = 176+146+250=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #B092FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092FA is #4F6D05. Grayscale: #A6A6A6. Windows color (decimal): -5205254 or 16421552. OLE color: 16421552.

HSL color Cylindrical-coordinate representation of color #B092FA: hue angle of 257.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B092FA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 146 250 -
CMYK 0.30 0.42 0 0.02
HSL 257.31º 0.91% 0.78% -
HSV(B) 257.31º 0.42% 0.98% -
XYZ 45.44 36.69 95.13 -
YUV 166.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 176 146 250 0.30 0.42 0 0.02 257.31 0.91 0.78
Hex B0 92 FA 1E 2A 0 2 101 5B 4E
Octal 260 222 372 36 52 0 2 401 133 116
Binary 10110000 10010010 11111010 11110 101010 0 10 100000001 1011011 1001110

Color Harmonies of #B092FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092FA

Black with #B092FA

Text Example


Text Example

White with #B092FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092FA; }

 p { color: rgb(176,146,250); }

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

background-color css

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

 a { background-color: rgb(176,146,250); }

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

border-color css

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

 span { border-color: rgb(176,146,250); }

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