#B795F1

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

Shades of Biloba Flower #B795F1

Tints of Biloba Flower #B795F1

Color information

#B795F1 (or 0xB795F1) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and F1. RGB value is (183,149,241). Sum of RGB (Red+Green+Blue) = 183+149+241=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #B795F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795F1 is #486A0E. Grayscale: #A9A9A9. Windows color (decimal): -4745743 or 15832503. OLE color: 15832503.

HSL color Cylindrical-coordinate representation of color #B795F1: hue angle of 262.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B795F1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183149241-
CMYK0.240.3800.05
HSL262.17º76.67%76.47%-
HSV(B)262.17º38.17%94.51%-
XYZ46.1537.9188.1-
YUV169.65168.26137.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=31.94%
G=26.00%
B=42.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831492410.240.3800.05262.1776.6776.47
HexB795F11826051064d4c
Octal267225361304605406115114
Binary10110111100101011111000111000100110010110000011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795F1; }

 p { color: rgb(183,149,241); }

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

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

 a { background-color: rgb(183,149,241); }

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

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

 span { border-color: rgb(183,149,241); }

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