Html Css Color HEX #B399DC Biloba Flower

📋 copy color: '#B399DC'

red 179 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #B399DC

Tints of Biloba Flower #B399DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 32.43%
G = 27.72%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B399DC (or 0xB399DC) is known color: Biloba Flower. HEX triplet: B3, 99 and DC. RGB value is (179,153,220). Sum of RGB (Red+Green+Blue) = 179+153+220=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B399DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399DC is #4C6623. Grayscale: #A8A8A8. Windows color (decimal): -5006884 or 14457267. OLE color: 14457267.

HSL color Cylindrical-coordinate representation of color #B399DC: hue angle of 263.28º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B399DC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 153 220 -
CMYK 0.19 0.30 0 0.14
HSL 263.28º 0.49% 0.73% -
HSV(B) 263.28º 0.3% 0.86% -
XYZ 42.9 37.53 72.69 -
YUV 168.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 179 153 220 0.19 0.30 0 0.14 263.28 0.49 0.73
Hex B3 99 DC 13 1E 0 E 107 31 49
Octal 263 231 334 23 36 0 16 407 61 111
Binary 10110011 10011001 11011100 10011 11110 0 1110 100000111 110001 1001001

Color Harmonies of #B399DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399DC

Black with #B399DC

Text Example


Text Example

White with #B399DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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