Html Css Color HEX #B493DB Biloba Flower

📋 copy color: '#B493DB'

red 180 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #B493DB

Tints of Biloba Flower #B493DB

RGB

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

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

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

R = 32.97%
G = 26.92%
B = 40.11%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B493DB (or 0xB493DB) is known color: Biloba Flower. HEX triplet: B4, 93 and DB. RGB value is (180,147,219). Sum of RGB (Red+Green+Blue) = 180+147+219=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B493DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493DB is #4B6C24. Grayscale: #A4A4A4. Windows color (decimal): -4942885 or 14390196. OLE color: 14390196.

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

Color convert

RGB 180 147 219 -
CMYK 0.18 0.33 0 0.14
HSL 267.5º 0.5% 0.72% -
HSV(B) 267.5º 0.33% 0.86% -
XYZ 42.04 35.69 71.69 -
YUV 165.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 180 147 219 0.18 0.33 0 0.14 267.5 0.5 0.72
Hex B4 93 DB 12 21 0 E 10C 32 48
Octal 264 223 333 22 41 0 16 414 62 110
Binary 10110100 10010011 11011011 10010 100001 0 1110 100001100 110010 1001000

Color Harmonies of #B493DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493DB

Black with #B493DB

Text Example


Text Example

White with #B493DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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