Html Css Color HEX #B393DF Biloba Flower

📋 copy color: '#B393DF'

red 179 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #B393DF

Tints of Biloba Flower #B393DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.78%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 32.6%
G = 26.78%
B = 40.62%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B393DF (or 0xB393DF) is known color: Biloba Flower. HEX triplet: B3, 93 and DF. RGB value is (179,147,223). Sum of RGB (Red+Green+Blue) = 179+147+223=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B393DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393DF is #4C6C20. Grayscale: #A4A4A4. Windows color (decimal): -5008417 or 14652339. OLE color: 14652339.

HSL color Cylindrical-coordinate representation of color #B393DF: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B393DF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 147 223 -
CMYK 0.20 0.34 0 0.13
HSL 265.26º 0.54% 0.73% -
HSV(B) 265.26º 0.34% 0.87% -
XYZ 42.34 35.78 74.49 -
YUV 165.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 179 147 223 0.20 0.34 0 0.13 265.26 0.54 0.73
Hex B3 93 DF 14 22 0 D 109 36 49
Octal 263 223 337 24 42 0 15 411 66 111
Binary 10110011 10010011 11011111 10100 100010 0 1101 100001001 110110 1001001

Color Harmonies of #B393DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393DF

Black with #B393DF

Text Example


Text Example

White with #B393DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393DF; }

 p { color: rgb(179,147,223); }

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

background-color css

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

 a { background-color: rgb(179,147,223); }

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

border-color css

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

 span { border-color: rgb(179,147,223); }

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