Html Css Color HEX #B293DF Biloba Flower

📋 copy color: '#B293DF'

red 178 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #B293DF

Tints of Biloba Flower #B293DF

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

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

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

R = 32.48%
G = 26.82%
B = 40.69%

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

#B293DF (or 0xB293DF) is known color: Biloba Flower. HEX triplet: B2, 93 and DF. RGB value is (178,147,223). Sum of RGB (Red+Green+Blue) = 178+147+223=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B293DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DF is #4D6C20. Grayscale: #A4A4A4. Windows color (decimal): -5073953 or 14652338. OLE color: 14652338.

HSL color Cylindrical-coordinate representation of color #B293DF: hue angle of 264.47º 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 #B293DF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 147 223 -
CMYK 0.20 0.34 0 0.13
HSL 264.47º 0.54% 0.73% -
HSV(B) 264.47º 0.34% 0.87% -
XYZ 42.11 35.66 74.48 -
YUV 164.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 178 147 223 0.20 0.34 0 0.13 264.47 0.54 0.73
Hex B2 93 DF 14 22 0 D 108 36 49
Octal 262 223 337 24 42 0 15 410 66 111
Binary 10110010 10010011 11011111 10100 100010 0 1101 100001000 110110 1001001

Color Harmonies of #B293DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293DF

Black with #B293DF

Text Example


Text Example

White with #B293DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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