Html Css Color HEX #B399CC Biloba Flower

📋 copy color: '#B399CC'

red 179 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #B399CC

Tints of Biloba Flower #B399CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 33.4%
G = 28.54%
B = 38.06%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B399CC (or 0xB399CC) is known color: Biloba Flower. HEX triplet: B3, 99 and CC. RGB value is (179,153,204). Sum of RGB (Red+Green+Blue) = 179+153+204=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B399CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399CC is #4C6633. Grayscale: #A6A6A6. Windows color (decimal): -5006900 or 13408691. OLE color: 13408691.

HSL color Cylindrical-coordinate representation of color #B399CC: hue angle of 270.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B399CC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 153 204 -
CMYK 0.12 0.25 0 0.2
HSL 270.59º 0.33% 0.7% -
HSV(B) 270.59º 0.25% 0.8% -
XYZ 40.88 36.73 62.06 -
YUV 166.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 179 153 204 0.12 0.25 0 0.2 270.59 0.33 0.7
Hex B3 99 CC C 19 0 14 10F 21 46
Octal 263 231 314 14 31 0 24 417 41 106
Binary 10110011 10011001 11001100 1100 11001 0 10100 100001111 100001 1000110

Color Harmonies of #B399CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399CC

Black with #B399CC

Text Example


Text Example

White with #B399CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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