Html Css Color HEX #B295DB Biloba Flower

📋 copy color: '#B295DB'

red 178 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B295DB

Tints of Biloba Flower #B295DB

RGB

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

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

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

R = 32.6%
G = 27.29%
B = 40.11%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B295DB (or 0xB295DB) is known color: Biloba Flower. HEX triplet: B2, 95 and DB. RGB value is (178,149,219). Sum of RGB (Red+Green+Blue) = 178+149+219=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 149 (58.59% from 255 or 27.29% 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 #B295DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DB is #4D6A24. Grayscale: #A5A5A5. Windows color (decimal): -5073445 or 14390706. OLE color: 14390706.

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

Color convert

RGB 178 149 219 -
CMYK 0.19 0.32 0 0.14
HSL 264.86º 0.49% 0.72% -
HSV(B) 264.86º 0.32% 0.86% -
XYZ 41.89 36.07 71.77 -
YUV 165.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 178 149 219 0.19 0.32 0 0.14 264.86 0.49 0.72
Hex B2 95 DB 13 20 0 E 109 31 48
Octal 262 225 333 23 40 0 16 411 61 110
Binary 10110010 10010101 11011011 10011 100000 0 1110 100001001 110001 1001000

Color Harmonies of #B295DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295DB

Black with #B295DB

Text Example


Text Example

White with #B295DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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