Html Css Color HEX #B394EC Biloba Flower

📋 copy color: '#B394EC'

red 179 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #B394EC

Tints of Biloba Flower #B394EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 31.79%
G = 26.29%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B394EC (or 0xB394EC) is known color: Biloba Flower. HEX triplet: B3, 94 and EC. RGB value is (179,148,236). Sum of RGB (Red+Green+Blue) = 179+148+236=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B394EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394EC is #4C6B13. Grayscale: #A6A6A6. Windows color (decimal): -5008148 or 15504563. OLE color: 15504563.

HSL color Cylindrical-coordinate representation of color #B394EC: hue angle of 261.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B394EC is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 148 236 -
CMYK 0.24 0.37 0 0.07
HSL 261.14º 0.7% 0.75% -
HSV(B) 261.14º 0.37% 0.93% -
XYZ 44.32 36.82 84.13 -
YUV 167.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 179 148 236 0.24 0.37 0 0.07 261.14 0.7 0.75
Hex B3 94 EC 18 25 0 7 105 46 4B
Octal 263 224 354 30 45 0 7 405 106 113
Binary 10110011 10010100 11101100 11000 100101 0 111 100000101 1000110 1001011

Color Harmonies of #B394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394EC

Black with #B394EC

Text Example


Text Example

White with #B394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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