Html Css Color HEX #B394DE Biloba Flower

📋 copy color: '#B394DE'

red 179 ◦ green 148 ◦ blue 222

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

Shades of Biloba Flower #B394DE

Tints of Biloba Flower #B394DE

RGB

 RED value IS 179 (70.31% from 255) = 32.6%

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 32.6%
G = 26.96%
B = 40.44%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B394DE (or 0xB394DE) is known color: Biloba Flower. HEX triplet: B3, 94 and DE. RGB value is (179,148,222). Sum of RGB (Red+Green+Blue) = 179+148+222=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B394DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DE is #4C6B21. Grayscale: #A5A5A5. Windows color (decimal): -5008162 or 14587059. OLE color: 14587059.

HSL color Cylindrical-coordinate representation of color #B394DE: hue angle of 265.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B394DE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 148 222 -
CMYK 0.19 0.33 0 0.13
HSL 265.14º 0.53% 0.73% -
HSV(B) 265.14º 0.33% 0.87% -
XYZ 42.37 36.04 73.83 -
YUV 165.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 179 148 222 0.19 0.33 0 0.13 265.14 0.53 0.73
Hex B3 94 DE 13 21 0 D 109 35 49
Octal 263 224 336 23 41 0 15 411 65 111
Binary 10110011 10010100 11011110 10011 100001 0 1101 100001001 110101 1001001

Color Harmonies of #B394DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394DE

Black with #B394DE

Text Example


Text Example

White with #B394DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394DE; }

 p { color: rgb(179,148,222); }

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

background-color css

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

 a { background-color: rgb(179,148,222); }

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

border-color css

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

 span { border-color: rgb(179,148,222); }

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