Html Css Color HEX #B293DB Biloba Flower

📋 copy color: '#B293DB'

red 178 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #B293DB

Tints of Biloba Flower #B293DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 32.72%
G = 27.02%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B293DB (or 0xB293DB) is known color: Biloba Flower. HEX triplet: B2, 93 and DB. RGB value is (178,147,219). Sum of RGB (Red+Green+Blue) = 178+147+219=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B293DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DB is #4D6C24. Grayscale: #A4A4A4. Windows color (decimal): -5073957 or 14390194. OLE color: 14390194.

HSL color Cylindrical-coordinate representation of color #B293DB: hue angle of 265.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B293DB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 147 219 -
CMYK 0.19 0.33 0 0.14
HSL 265.83º 0.5% 0.72% -
HSV(B) 265.83º 0.33% 0.86% -
XYZ 41.58 35.45 71.67 -
YUV 164.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 178 147 219 0.19 0.33 0 0.14 265.83 0.5 0.72
Hex B2 93 DB 13 21 0 E 10A 32 48
Octal 262 223 333 23 41 0 16 412 62 110
Binary 10110010 10010011 11011011 10011 100001 0 1110 100001010 110010 1001000

Color Harmonies of #B293DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293DB

Black with #B293DB

Text Example


Text Example

White with #B293DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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