Html Css Color HEX #B399F3 Biloba Flower

📋 copy color: '#B399F3'

red 179 ◦ green 153 ◦ blue 243

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

Shades of Biloba Flower #B399F3

Tints of Biloba Flower #B399F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.26%

R = 31.13%
G = 26.61%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B399F3 (or 0xB399F3) is known color: Biloba Flower. HEX triplet: B3, 99 and F3. RGB value is (179,153,243). Sum of RGB (Red+Green+Blue) = 179+153+243=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #B399F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F3 is #4C660C. Grayscale: #AAAAAA. Windows color (decimal): -5006861 or 15964595. OLE color: 15964595.

HSL color Cylindrical-coordinate representation of color #B399F3: hue angle of 257.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B399F3 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 153 243 -
CMYK 0.26 0.37 0 0.05
HSL 257.33º 0.79% 0.78% -
HSV(B) 257.33º 0.37% 0.95% -
XYZ 46.16 38.84 89.86 -
YUV 171.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 179 153 243 0.26 0.37 0 0.05 257.33 0.79 0.78
Hex B3 99 F3 1A 25 0 5 101 4F 4E
Octal 263 231 363 32 45 0 5 401 117 116
Binary 10110011 10011001 11110011 11010 100101 0 101 100000001 1001111 1001110

Color Harmonies of #B399F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399F3

Black with #B399F3

Text Example


Text Example

White with #B399F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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