#B995EB

Color #B995EB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B995EB

Tints of Biloba Flower #B995EB

Color information

#B995EB (or 0xB995EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and EB. RGB value is (185,149,235). Sum of RGB (Red+Green+Blue) = 185+149+235=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B995EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EB is #466A14. Grayscale: #A9A9A9. Windows color (decimal): -4614677 or 15439289. OLE color: 15439289.

HSL color Cylindrical-coordinate representation of color #B995EB: hue angle of 265.12º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B995EB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185149235-
CMYK0.210.3700.08
HSL265.12º68.25%75.29%-
HSV(B)265.12º36.6%92.16%-
XYZ45.7537.8183.48-
YUV169.57164.93139.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=32.51%
G=26.19%
B=41.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851492350.210.3700.08265.1268.2575.29
HexB995EB152508109444b
Octal2712253532545010411104113
Binary101110011001010111101011101011001010100010000100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995EB; }

 p { color: rgb(185,149,235); }

 H1.HeaderClassName
 {
   color: #B995EB;
 }
 .AnyTagClassName
 {
   color: #B995EB;
 }
</style>
background-color css

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

 a { background-color: rgb(185,149,235); }

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

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

 span { border-color: rgb(185,149,235); }

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