Html Css Color HEX #B399D7 Biloba Flower

📋 copy color: '#B399D7'

red 179 ◦ green 153 ◦ blue 215

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

Shades of Biloba Flower #B399D7

Tints of Biloba Flower #B399D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 32.72%
G = 27.97%
B = 39.31%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B399D7 (or 0xB399D7) is known color: Biloba Flower. HEX triplet: B3, 99 and D7. RGB value is (179,153,215). Sum of RGB (Red+Green+Blue) = 179+153+215=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #B399D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399D7 is #4C6628. Grayscale: #A7A7A7. Windows color (decimal): -5006889 or 14129587. OLE color: 14129587.

HSL color Cylindrical-coordinate representation of color #B399D7: hue angle of 265.16º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B399D7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 153 215 -
CMYK 0.17 0.29 0 0.16
HSL 265.16º 0.44% 0.72% -
HSV(B) 265.16º 0.29% 0.84% -
XYZ 42.25 37.27 69.26 -
YUV 167.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 179 153 215 0.17 0.29 0 0.16 265.16 0.44 0.72
Hex B3 99 D7 11 1D 0 10 109 2C 48
Octal 263 231 327 21 35 0 20 411 54 110
Binary 10110011 10011001 11010111 10001 11101 0 10000 100001001 101100 1001000

Color Harmonies of #B399D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399D7

Black with #B399D7

Text Example


Text Example

White with #B399D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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