Html Css Color HEX #B293DC Biloba Flower

📋 copy color: '#B293DC'

red 178 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #B293DC

Tints of Biloba Flower #B293DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 32.66%
G = 26.97%
B = 40.37%

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

#B293DC (or 0xB293DC) is known color: Biloba Flower. HEX triplet: B2, 93 and DC. RGB value is (178,147,220). Sum of RGB (Red+Green+Blue) = 178+147+220=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B293DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DC is #4D6C23. Grayscale: #A4A4A4. Windows color (decimal): -5073956 or 14455730. OLE color: 14455730.

HSL color Cylindrical-coordinate representation of color #B293DC: hue angle of 265.48º degrees, saturation: 0.51, 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 #B293DC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 147 220 -
CMYK 0.19 0.33 0 0.14
HSL 265.48º 0.51% 0.72% -
HSV(B) 265.48º 0.33% 0.86% -
XYZ 41.71 35.5 72.36 -
YUV 164.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 178 147 220 0.19 0.33 0 0.14 265.48 0.51 0.72
Hex B2 93 DC 13 21 0 E 109 33 48
Octal 262 223 334 23 41 0 16 411 63 110
Binary 10110010 10010011 11011100 10011 100001 0 1110 100001001 110011 1001000

Color Harmonies of #B293DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293DC

Black with #B293DC

Text Example


Text Example

White with #B293DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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