Html Css Color HEX #B394FF Biloba Flower

📋 copy color: '#B394FF'

red 179 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #B394FF

Tints of Biloba Flower #B394FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 30.76%
G = 25.43%
B = 43.81%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B394FF (or 0xB394FF) is known color: Biloba Flower. HEX triplet: B3, 94 and FF. RGB value is (179,148,255). Sum of RGB (Red+Green+Blue) = 179+148+255=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B394FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394FF is #4C6B00. Grayscale: #A9A9A9. Windows color (decimal): -5008129 or 16749747. OLE color: 16749747.

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

Color convert

RGB 179 148 255 -
CMYK 0.30 0.42 0 0
HSL 257.38º 1% 0.79% -
HSV(B) 257.38º 0.42% 1% -
XYZ 47.23 37.98 99.45 -
YUV 169.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 179 148 255 0.30 0.42 0 0 257.38 1 0.79
Hex B3 94 FF 1E 2A 0 0 101 64 4F
Octal 263 224 377 36 52 0 0 401 144 117
Binary 10110011 10010100 11111111 11110 101010 0 0 100000001 1100100 1001111

Color Harmonies of #B394FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394FF

Black with #B394FF

Text Example


Text Example

White with #B394FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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