Html Css Color HEX #B399EA Biloba Flower

📋 copy color: '#B399EA'

red 179 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #B399EA

Tints of Biloba Flower #B399EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 31.63%
G = 27.03%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B399EA (or 0xB399EA) is known color: Biloba Flower. HEX triplet: B3, 99 and EA. RGB value is (179,153,234). Sum of RGB (Red+Green+Blue) = 179+153+234=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B399EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399EA is #4C6615. Grayscale: #A9A9A9. Windows color (decimal): -5006870 or 15374771. OLE color: 15374771.

HSL color Cylindrical-coordinate representation of color #B399EA: hue angle of 259.26º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B399EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 153 234 -
CMYK 0.24 0.35 0 0.08
HSL 259.26º 0.66% 0.76% -
HSV(B) 259.26º 0.35% 0.92% -
XYZ 44.83 38.31 82.87 -
YUV 170.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 179 153 234 0.24 0.35 0 0.08 259.26 0.66 0.76
Hex B3 99 EA 18 23 0 8 103 42 4C
Octal 263 231 352 30 43 0 10 403 102 114
Binary 10110011 10011001 11101010 11000 100011 0 1000 100000011 1000010 1001100

Color Harmonies of #B399EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399EA

Black with #B399EA

Text Example


Text Example

White with #B399EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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