Html Css Color HEX #B297DB Biloba Flower

📋 copy color: '#B297DB'

red 178 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #B297DB

Tints of Biloba Flower #B297DB

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

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

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

R = 32.48%
G = 27.55%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B297DB (or 0xB297DB) is known color: Biloba Flower. HEX triplet: B2, 97 and DB. RGB value is (178,151,219). Sum of RGB (Red+Green+Blue) = 178+151+219=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 151 (59.38% from 255 or 27.55% 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 #B297DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297DB is #4D6824. Grayscale: #A6A6A6. Windows color (decimal): -5072933 or 14391218. OLE color: 14391218.

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

Color convert

RGB 178 151 219 -
CMYK 0.19 0.31 0 0.14
HSL 263.82º 0.49% 0.73% -
HSV(B) 263.82º 0.31% 0.86% -
XYZ 42.21 36.71 71.88 -
YUV 166.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 178 151 219 0.19 0.31 0 0.14 263.82 0.49 0.73
Hex B2 97 DB 13 1F 0 E 108 31 49
Octal 262 227 333 23 37 0 16 410 61 111
Binary 10110010 10010111 11011011 10011 11111 0 1110 100001000 110001 1001001

Color Harmonies of #B297DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297DB

Black with #B297DB

Text Example


Text Example

White with #B297DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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