Html Css Color HEX #B295DE Biloba Flower

📋 copy color: '#B295DE'

red 178 ◦ green 149 ◦ blue 222

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

Shades of Biloba Flower #B295DE

Tints of Biloba Flower #B295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 32.42%
G = 27.14%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B295DE (or 0xB295DE) is known color: Biloba Flower. HEX triplet: B2, 95 and DE. RGB value is (178,149,222). Sum of RGB (Red+Green+Blue) = 178+149+222=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DE is #4D6A21. Grayscale: #A5A5A5. Windows color (decimal): -5073442 or 14587314. OLE color: 14587314.

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

Color convert

RGB 178 149 222 -
CMYK 0.20 0.33 0 0.13
HSL 263.84º 0.53% 0.73% -
HSV(B) 263.84º 0.33% 0.87% -
XYZ 42.29 36.23 73.87 -
YUV 165.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 178 149 222 0.20 0.33 0 0.13 263.84 0.53 0.73
Hex B2 95 DE 14 21 0 D 108 35 49
Octal 262 225 336 24 41 0 15 410 65 111
Binary 10110010 10010101 11011110 10100 100001 0 1101 100001000 110101 1001001

Color Harmonies of #B295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295DE

Black with #B295DE

Text Example


Text Example

White with #B295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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