Html Css Color HEX #B399F4 Biloba Flower

📋 copy color: '#B399F4'

red 179 ◦ green 153 ◦ blue 244

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

Shades of Biloba Flower #B399F4

Tints of Biloba Flower #B399F4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.56%

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 31.08%
G = 26.56%
B = 42.36%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B399F4 (or 0xB399F4) is known color: Biloba Flower. HEX triplet: B3, 99 and F4. RGB value is (179,153,244). Sum of RGB (Red+Green+Blue) = 179+153+244=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #B399F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F4 is #4C660B. Grayscale: #AAAAAA. Windows color (decimal): -5006860 or 16030131. OLE color: 16030131.

HSL color Cylindrical-coordinate representation of color #B399F4: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B399F4 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 153 244 -
CMYK 0.27 0.37 0 0.04
HSL 257.14º 0.81% 0.78% -
HSV(B) 257.14º 0.37% 0.96% -
XYZ 46.31 38.9 90.66 -
YUV 171.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 179 153 244 0.27 0.37 0 0.04 257.14 0.81 0.78
Hex B3 99 F4 1B 25 0 4 101 51 4E
Octal 263 231 364 33 45 0 4 401 121 116
Binary 10110011 10011001 11110100 11011 100101 0 100 100000001 1010001 1001110

Color Harmonies of #B399F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399F4

Black with #B399F4

Text Example


Text Example

White with #B399F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399F4; }

 p { color: rgb(179,153,244); }

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

background-color css

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

 a { background-color: rgb(179,153,244); }

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

border-color css

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

 span { border-color: rgb(179,153,244); }

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