Html Css Color HEX #B399DE Biloba Flower

📋 copy color: '#B399DE'

red 179 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #B399DE

Tints of Biloba Flower #B399DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 32.31%
G = 27.62%
B = 40.07%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B399DE (or 0xB399DE) is known color: Biloba Flower. HEX triplet: B3, 99 and DE. RGB value is (179,153,222). Sum of RGB (Red+Green+Blue) = 179+153+222=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B399DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399DE is #4C6621. Grayscale: #A8A8A8. Windows color (decimal): -5006882 or 14588339. OLE color: 14588339.

HSL color Cylindrical-coordinate representation of color #B399DE: hue angle of 262.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B399DE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 153 222 -
CMYK 0.19 0.31 0 0.13
HSL 262.61º 0.51% 0.74% -
HSV(B) 262.61º 0.31% 0.87% -
XYZ 43.17 37.64 74.1 -
YUV 168.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 179 153 222 0.19 0.31 0 0.13 262.61 0.51 0.74
Hex B3 99 DE 13 1F 0 D 107 33 4A
Octal 263 231 336 23 37 0 15 407 63 112
Binary 10110011 10011001 11011110 10011 11111 0 1101 100000111 110011 1001010

Color Harmonies of #B399DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399DE

Black with #B399DE

Text Example


Text Example

White with #B399DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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