Html Css Color HEX #B493DF Biloba Flower

📋 copy color: '#B493DF'

red 180 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #B493DF

Tints of Biloba Flower #B493DF

RGB

 RED value IS 180 (70.7% from 255) = 32.73%

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

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

R = 32.73%
G = 26.73%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B493DF (or 0xB493DF) is known color: Biloba Flower. HEX triplet: B4, 93 and DF. RGB value is (180,147,223). Sum of RGB (Red+Green+Blue) = 180+147+223=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B493DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493DF is #4B6C20. Grayscale: #A5A5A5. Windows color (decimal): -4942881 or 14652340. OLE color: 14652340.

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

Color convert

RGB 180 147 223 -
CMYK 0.19 0.34 0 0.13
HSL 266.05º 0.54% 0.73% -
HSV(B) 266.05º 0.34% 0.87% -
XYZ 42.58 35.9 74.5 -
YUV 165.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 180 147 223 0.19 0.34 0 0.13 266.05 0.54 0.73
Hex B4 93 DF 13 22 0 D 10A 36 49
Octal 264 223 337 23 42 0 15 412 66 111
Binary 10110100 10010011 11011111 10011 100010 0 1101 100001010 110110 1001001

Color Harmonies of #B493DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493DF

Black with #B493DF

Text Example


Text Example

White with #B493DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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