Html Css Color HEX #B094DC Biloba Flower

📋 copy color: '#B094DC'

red 176 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #B094DC

Tints of Biloba Flower #B094DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 32.35%
G = 27.21%
B = 40.44%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B094DC (or 0xB094DC) is known color: Biloba Flower. HEX triplet: B0, 94 and DC. RGB value is (176,148,220). Sum of RGB (Red+Green+Blue) = 176+148+220=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #B094DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094DC is #4F6B23. Grayscale: #A4A4A4. Windows color (decimal): -5204772 or 14455984. OLE color: 14455984.

HSL color Cylindrical-coordinate representation of color #B094DC: hue angle of 263.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B094DC is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 148 220 -
CMYK 0.2 0.33 0 0.14
HSL 263.33º 0.51% 0.72% -
HSV(B) 263.33º 0.33% 0.86% -
XYZ 41.41 35.58 72.39 -
YUV 164.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 176 148 220 0.2 0.33 0 0.14 263.33 0.51 0.72
Hex B0 94 DC 14 21 0 E 107 33 48
Octal 260 224 334 24 41 0 16 407 63 110
Binary 10110000 10010100 11011100 10100 100001 0 1110 100000111 110011 1001000

Color Harmonies of #B094DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094DC

Black with #B094DC

Text Example


Text Example

White with #B094DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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