#b795e6

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

Shades of Biloba Flower #B795E6

Tints of Biloba Flower #B795E6

Color information

#B795E6 (or 0xB795E6) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and E6. RGB value is (183,149,230). Sum of RGB (Red+Green+Blue) = 183+149+230=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #B795E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795E6 is #486A19. Grayscale: #A8A8A8. Windows color (decimal): -4745754 or 15111607. OLE color: 15111607.

HSL color Cylindrical-coordinate representation of color #B795E6: hue angle of 265.19º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B795E6 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183149230-
CMYK0.200.3500.10
HSL265.19º61.83%74.31%-
HSV(B)265.19º35.22%90.2%-
XYZ44.5637.2879.71-
YUV168.4162.76138.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=32.56%
G=26.51%
B=40.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831492300.200.3500.10265.1961.8374.31
HexB795E614230A1093e4a
Octal267225346244301241176112
Binary10110111100101011110011010100100011010101000010011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b795e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b795e6; }

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

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

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

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

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

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

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

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