#B690E0

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

Shades of Biloba Flower #B690E0

Tints of Biloba Flower #B690E0

Color information

#B690E0 (or 0xB690E0) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and E0. RGB value is (182,144,224). Sum of RGB (Red+Green+Blue) = 182+144+224=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #B690E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690E0 is #496F1F. Grayscale: #A4A4A4. Windows color (decimal): -4812576 or 14717110. OLE color: 14717110.

HSL color Cylindrical-coordinate representation of color #B690E0: hue angle of 268.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B690E0 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182144224-
CMYK0.190.3600.12
HSL268.5º56.34%72.16%-
HSV(B)268.5º35.71%87.84%-
XYZ42.7235.2775.08-
YUV164.48161.59140.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=33.09%
G=26.18%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821442240.190.3600.12268.556.3472.16
HexB690E013240C10c3848
Octal266220340234401441470110
Binary10110110100100001110000010011100100011001000011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690E0; }

 p { color: rgb(182,144,224); }

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

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

 a { background-color: rgb(182,144,224); }

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

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

 span { border-color: rgb(182,144,224); }

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