Html Css Color HEX #B094FF Biloba Flower

📋 copy color: '#B094FF'

red 176 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #B094FF

Tints of Biloba Flower #B094FF

RGB

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

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

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

R = 30.4%
G = 25.56%
B = 44.04%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B094FF (or 0xB094FF) is known color: Biloba Flower. HEX triplet: B0, 94 and FF. RGB value is (176,148,255). Sum of RGB (Red+Green+Blue) = 176+148+255=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B094FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094FF is #4F6B00. Grayscale: #A8A8A8. Windows color (decimal): -5204737 or 16749744. OLE color: 16749744.

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

Color convert

RGB 176 148 255 -
CMYK 0.31 0.42 0 0
HSL 255.7º 1% 0.79% -
HSV(B) 255.7º 0.42% 1% -
XYZ 46.54 37.63 99.42 -
YUV 168.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 176 148 255 0.31 0.42 0 0 255.7 1 0.79
Hex B0 94 FF 1F 2A 0 0 100 64 4F
Octal 260 224 377 37 52 0 0 400 144 117
Binary 10110000 10010100 11111111 11111 101010 0 0 100000000 1100100 1001111

Color Harmonies of #B094FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094FF

Black with #B094FF

Text Example


Text Example

White with #B094FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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