Html Css Color HEX #B399EC Biloba Flower

📋 copy color: '#B399EC'

red 179 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #B399EC

Tints of Biloba Flower #B399EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 31.51%
G = 26.94%
B = 41.55%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B399EC (or 0xB399EC) is known color: Biloba Flower. HEX triplet: B3, 99 and EC. RGB value is (179,153,236). Sum of RGB (Red+Green+Blue) = 179+153+236=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B399EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399EC is #4C6613. Grayscale: #A9A9A9. Windows color (decimal): -5006868 or 15505843. OLE color: 15505843.

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

Color convert

RGB 179 153 236 -
CMYK 0.24 0.35 0 0.07
HSL 258.8º 0.69% 0.76% -
HSV(B) 258.8º 0.35% 0.93% -
XYZ 45.12 38.42 84.39 -
YUV 170.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 179 153 236 0.24 0.35 0 0.07 258.8 0.69 0.76
Hex B3 99 EC 18 23 0 7 103 45 4C
Octal 263 231 354 30 43 0 7 403 105 114
Binary 10110011 10011001 11101100 11000 100011 0 111 100000011 1000101 1001100

Color Harmonies of #B399EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B399EC

Black with #B399EC

Text Example


Text Example

White with #B399EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B399EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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