Html Css Color HEX #B394DA Biloba Flower

📋 copy color: '#B394DA'

red 179 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #B394DA

Tints of Biloba Flower #B394DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 32.84%
G = 27.16%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B394DA (or 0xB394DA) is known color: Biloba Flower. HEX triplet: B3, 94 and DA. RGB value is (179,148,218). Sum of RGB (Red+Green+Blue) = 179+148+218=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B394DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DA is #4C6B25. Grayscale: #A4A4A4. Windows color (decimal): -5008166 or 14324915. OLE color: 14324915.

HSL color Cylindrical-coordinate representation of color #B394DA: hue angle of 266.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B394DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 148 218 -
CMYK 0.18 0.32 0 0.15
HSL 266.57º 0.49% 0.72% -
HSV(B) 266.57º 0.32% 0.85% -
XYZ 41.84 35.83 71.04 -
YUV 165.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 179 148 218 0.18 0.32 0 0.15 266.57 0.49 0.72
Hex B3 94 DA 12 20 0 F 10B 31 48
Octal 263 224 332 22 40 0 17 413 61 110
Binary 10110011 10010100 11011010 10010 100000 0 1111 100001011 110001 1001000

Color Harmonies of #B394DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394DA

Black with #B394DA

Text Example


Text Example

White with #B394DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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