Html Css Color HEX #B497DB Biloba Flower

📋 copy color: '#B497DB'

red 180 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #B497DB

Tints of Biloba Flower #B497DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.45%

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

R = 32.73%
G = 27.45%
B = 39.82%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B497DB (or 0xB497DB) is known color: Biloba Flower. HEX triplet: B4, 97 and DB. RGB value is (180,151,219). Sum of RGB (Red+Green+Blue) = 180+151+219=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B497DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497DB is #4B6824. Grayscale: #A7A7A7. Windows color (decimal): -4941861 or 14391220. OLE color: 14391220.

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

Color convert

RGB 180 151 219 -
CMYK 0.18 0.31 0 0.14
HSL 265.59º 0.49% 0.73% -
HSV(B) 265.59º 0.31% 0.86% -
XYZ 42.68 36.95 71.9 -
YUV 167.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 180 151 219 0.18 0.31 0 0.14 265.59 0.49 0.73
Hex B4 97 DB 12 1F 0 E 10A 31 49
Octal 264 227 333 22 37 0 16 412 61 111
Binary 10110100 10010111 11011011 10010 11111 0 1110 100001010 110001 1001001

Color Harmonies of #B497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497DB

Black with #B497DB

Text Example


Text Example

White with #B497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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