Html Css Color HEX #B295DA Biloba Flower

📋 copy color: '#B295DA'

red 178 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #B295DA

Tints of Biloba Flower #B295DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 32.66%
G = 27.34%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B295DA (or 0xB295DA) is known color: Biloba Flower. HEX triplet: B2, 95 and DA. RGB value is (178,149,218). Sum of RGB (Red+Green+Blue) = 178+149+218=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B295DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DA is #4D6A25. Grayscale: #A5A5A5. Windows color (decimal): -5073446 or 14325170. OLE color: 14325170.

HSL color Cylindrical-coordinate representation of color #B295DA: hue angle of 265.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B295DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 149 218 -
CMYK 0.18 0.32 0 0.15
HSL 265.22º 0.48% 0.72% -
HSV(B) 265.22º 0.32% 0.85% -
XYZ 41.76 36.02 71.08 -
YUV 165.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 178 149 218 0.18 0.32 0 0.15 265.22 0.48 0.72
Hex B2 95 DA 12 20 0 F 109 30 48
Octal 262 225 332 22 40 0 17 411 60 110
Binary 10110010 10010101 11011010 10010 100000 0 1111 100001001 110000 1001000

Color Harmonies of #B295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295DA

Black with #B295DA

Text Example


Text Example

White with #B295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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