Html Css Color HEX #B495DB Biloba Flower

📋 copy color: '#B495DB'

red 180 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B495DB

Tints of Biloba Flower #B495DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 32.85%
G = 27.19%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B495DB (or 0xB495DB) is known color: Biloba Flower. HEX triplet: B4, 95 and DB. RGB value is (180,149,219). Sum of RGB (Red+Green+Blue) = 180+149+219=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B495DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495DB is #4B6A24. Grayscale: #A6A6A6. Windows color (decimal): -4942373 or 14390708. OLE color: 14390708.

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

Color convert

RGB 180 149 219 -
CMYK 0.18 0.32 0 0.14
HSL 266.57º 0.49% 0.72% -
HSV(B) 266.57º 0.32% 0.86% -
XYZ 42.36 36.31 71.79 -
YUV 166.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 180 149 219 0.18 0.32 0 0.14 266.57 0.49 0.72
Hex B4 95 DB 12 20 0 E 10B 31 48
Octal 264 225 333 22 40 0 16 413 61 110
Binary 10110100 10010101 11011011 10010 100000 0 1110 100001011 110001 1001000

Color Harmonies of #B495DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495DB

Black with #B495DB

Text Example


Text Example

White with #B495DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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