Html Css Color HEX #B394EA Biloba Flower

📋 copy color: '#B394EA'

red 179 ◦ green 148 ◦ blue 234

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

Shades of Biloba Flower #B394EA

Tints of Biloba Flower #B394EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 31.91%
G = 26.38%
B = 41.71%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B394EA (or 0xB394EA) is known color: Biloba Flower. HEX triplet: B3, 94 and EA. RGB value is (179,148,234). Sum of RGB (Red+Green+Blue) = 179+148+234=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #B394EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394EA is #4C6B15. Grayscale: #A6A6A6. Windows color (decimal): -5008150 or 15373491. OLE color: 15373491.

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

Color convert

RGB 179 148 234 -
CMYK 0.24 0.37 0 0.08
HSL 261.63º 0.67% 0.75% -
HSV(B) 261.63º 0.37% 0.92% -
XYZ 44.03 36.7 82.61 -
YUV 167.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 179 148 234 0.24 0.37 0 0.08 261.63 0.67 0.75
Hex B3 94 EA 18 25 0 8 106 43 4B
Octal 263 224 352 30 45 0 10 406 103 113
Binary 10110011 10010100 11101010 11000 100101 0 1000 100000110 1000011 1001011

Color Harmonies of #B394EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394EA

Black with #B394EA

Text Example


Text Example

White with #B394EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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