Html Css Color HEX #B295DD Biloba Flower

📋 copy color: '#B295DD'

red 178 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #B295DD

Tints of Biloba Flower #B295DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 32.48%
G = 27.19%
B = 40.33%

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

#B295DD (or 0xB295DD) is known color: Biloba Flower. HEX triplet: B2, 95 and DD. RGB value is (178,149,221). Sum of RGB (Red+Green+Blue) = 178+149+221=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B295DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DD is #4D6A22. Grayscale: #A5A5A5. Windows color (decimal): -5073443 or 14521778. OLE color: 14521778.

HSL color Cylindrical-coordinate representation of color #B295DD: hue angle of 264.17º degrees, saturation: 0.51, 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 #B295DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 149 221 -
CMYK 0.19 0.33 0 0.13
HSL 264.17º 0.51% 0.73% -
HSV(B) 264.17º 0.33% 0.87% -
XYZ 42.16 36.18 73.17 -
YUV 165.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 178 149 221 0.19 0.33 0 0.13 264.17 0.51 0.73
Hex B2 95 DD 13 21 0 D 108 33 49
Octal 262 225 335 23 41 0 15 410 63 111
Binary 10110010 10010101 11011101 10011 100001 0 1101 100001000 110011 1001001

Color Harmonies of #B295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295DD

Black with #B295DD

Text Example


Text Example

White with #B295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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