Html Css Color HEX #B094F3 Biloba Flower

📋 copy color: '#B094F3'

red 176 ◦ green 148 ◦ blue 243

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

Shades of Biloba Flower #B094F3

Tints of Biloba Flower #B094F3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.1%

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 31.04%
G = 26.1%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B094F3 (or 0xB094F3) is known color: Biloba Flower. HEX triplet: B0, 94 and F3. RGB value is (176,148,243). Sum of RGB (Red+Green+Blue) = 176+148+243=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #B094F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094F3 is #4F6B0C. Grayscale: #A6A6A6. Windows color (decimal): -5204749 or 15963312. OLE color: 15963312.

HSL color Cylindrical-coordinate representation of color #B094F3: hue angle of 257.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B094F3 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 148 243 -
CMYK 0.28 0.39 0 0.05
HSL 257.68º 0.8% 0.77% -
HSV(B) 257.68º 0.39% 0.95% -
XYZ 44.67 36.88 89.56 -
YUV 167.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 176 148 243 0.28 0.39 0 0.05 257.68 0.8 0.77
Hex B0 94 F3 1C 27 0 5 102 50 4D
Octal 260 224 363 34 47 0 5 402 120 115
Binary 10110000 10010100 11110011 11100 100111 0 101 100000010 1010000 1001101

Color Harmonies of #B094F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094F3

Black with #B094F3

Text Example


Text Example

White with #B094F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094F3; }

 p { color: rgb(176,148,243); }

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

background-color css

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

 a { background-color: rgb(176,148,243); }

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

border-color css

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

 span { border-color: rgb(176,148,243); }

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