Html Css Color HEX #B393DC Biloba Flower

📋 copy color: '#B393DC'

red 179 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #B393DC

Tints of Biloba Flower #B393DC

RGB

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

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

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

R = 32.78%
G = 26.92%
B = 40.29%

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

#B393DC (or 0xB393DC) is known color: Biloba Flower. HEX triplet: B3, 93 and DC. RGB value is (179,147,220). Sum of RGB (Red+Green+Blue) = 179+147+220=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393DC is #4C6C23. Grayscale: #A4A4A4. Windows color (decimal): -5008420 or 14455731. OLE color: 14455731.

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

Color convert

RGB 179 147 220 -
CMYK 0.19 0.33 0 0.14
HSL 266.3º 0.51% 0.72% -
HSV(B) 266.3º 0.33% 0.86% -
XYZ 41.94 35.62 72.37 -
YUV 164.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 179 147 220 0.19 0.33 0 0.14 266.3 0.51 0.72
Hex B3 93 DC 13 21 0 E 10A 33 48
Octal 263 223 334 23 41 0 16 412 63 110
Binary 10110011 10010011 11011100 10011 100001 0 1110 100001010 110011 1001000

Color Harmonies of #B393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393DC

Black with #B393DC

Text Example


Text Example

White with #B393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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