#B695EA

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

Shades of Biloba Flower #B695EA

Tints of Biloba Flower #B695EA

Color information

#B695EA (or 0xB695EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 95 and EA. RGB value is (182,149,234). Sum of RGB (Red+Green+Blue) = 182+149+234=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B695EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695EA is #496A15. Grayscale: #A8A8A8. Windows color (decimal): -4811286 or 15373750. OLE color: 15373750.

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

Color convert

RGB182149234-
CMYK0.220.3600.08
HSL263.29º66.93%75.1%-
HSV(B)263.29º36.32%91.76%-
XYZ44.8937.3882.69-
YUV168.56164.93137.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=32.21%
G=26.37%
B=41.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821492340.220.3600.08263.2966.9375.1
HexB695EA162408107434b
Octal2662253522644010407103113
Binary101101101001010111101010101101001000100010000011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695EA; }

 p { color: rgb(182,149,234); }

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

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

 a { background-color: rgb(182,149,234); }

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

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

 span { border-color: rgb(182,149,234); }

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