Html Css Color HEX #B394F0 Biloba Flower

📋 copy color: '#B394F0'

red 179 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #B394F0

Tints of Biloba Flower #B394F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 31.57%
G = 26.1%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B394F0 (or 0xB394F0) is known color: Biloba Flower. HEX triplet: B3, 94 and F0. RGB value is (179,148,240). Sum of RGB (Red+Green+Blue) = 179+148+240=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B394F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394F0 is #4C6B0F. Grayscale: #A7A7A7. Windows color (decimal): -5008144 or 15766707. OLE color: 15766707.

HSL color Cylindrical-coordinate representation of color #B394F0: hue angle of 260.22º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B394F0 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 148 240 -
CMYK 0.25 0.38 0 0.06
HSL 260.22º 0.75% 0.76% -
HSV(B) 260.22º 0.38% 0.94% -
XYZ 44.91 37.05 87.22 -
YUV 167.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 179 148 240 0.25 0.38 0 0.06 260.22 0.75 0.76
Hex B3 94 F0 19 26 0 6 104 4B 4C
Octal 263 224 360 31 46 0 6 404 113 114
Binary 10110011 10010100 11110000 11001 100110 0 110 100000100 1001011 1001100

Color Harmonies of #B394F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394F0

Black with #B394F0

Text Example


Text Example

White with #B394F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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