Html Css Color HEX #B394FE Biloba Flower

📋 copy color: '#B394FE'

red 179 ◦ green 148 ◦ blue 254

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

Shades of Biloba Flower #B394FE

Tints of Biloba Flower #B394FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 30.81%
G = 25.47%
B = 43.72%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B394FE (or 0xB394FE) is known color: Biloba Flower. HEX triplet: B3, 94 and FE. RGB value is (179,148,254). Sum of RGB (Red+Green+Blue) = 179+148+254=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #B394FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394FE is #4C6B01. Grayscale: #A8A8A8. Windows color (decimal): -5008130 or 16684211. OLE color: 16684211.

HSL color Cylindrical-coordinate representation of color #B394FE: hue angle of 257.55º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B394FE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 148 254 -
CMYK 0.30 0.42 0 0.00
HSL 257.55º 0.98% 0.79% -
HSV(B) 257.55º 0.42% 1% -
XYZ 47.07 37.92 98.6 -
YUV 169.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 179 148 254 0.30 0.42 0 0.00 257.55 0.98 0.79
Hex B3 94 FE 1E 2A 0 0 102 62 4F
Octal 263 224 376 36 52 0 0 402 142 117
Binary 10110011 10010100 11111110 11110 101010 0 0 100000010 1100010 1001111

Color Harmonies of #B394FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394FE

Black with #B394FE

Text Example


Text Example

White with #B394FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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