Html Css Color HEX #B495DF Biloba Flower

📋 copy color: '#B495DF'

red 180 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #B495DF

Tints of Biloba Flower #B495DF

RGB

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

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

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

R = 32.61%
G = 26.99%
B = 40.4%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B495DF (or 0xB495DF) is known color: Biloba Flower. HEX triplet: B4, 95 and DF. RGB value is (180,149,223). Sum of RGB (Red+Green+Blue) = 180+149+223=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B495DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495DF is #4B6A20. Grayscale: #A6A6A6. Windows color (decimal): -4942369 or 14652852. OLE color: 14652852.

HSL color Cylindrical-coordinate representation of color #B495DF: hue angle of 265.14º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B495DF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 149 223 -
CMYK 0.19 0.33 0 0.13
HSL 265.14º 0.54% 0.73% -
HSV(B) 265.14º 0.33% 0.87% -
XYZ 42.89 36.53 74.6 -
YUV 166.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 180 149 223 0.19 0.33 0 0.13 265.14 0.54 0.73
Hex B4 95 DF 13 21 0 D 109 36 49
Octal 264 225 337 23 41 0 15 411 66 111
Binary 10110100 10010101 11011111 10011 100001 0 1101 100001001 110110 1001001

Color Harmonies of #B495DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495DF

Black with #B495DF

Text Example


Text Example

White with #B495DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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