#B683ED

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

Shades of Biloba Flower #B683ED

Tints of Biloba Flower #B683ED

Color information

#B683ED (or 0xB683ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 83 and ED. RGB value is (182,131,237). Sum of RGB (Red+Green+Blue) = 182+131+237=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #B683ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B683ED is #497C12. Grayscale: #9D9D9D. Windows color (decimal): -4815891 or 15565750. OLE color: 15565750.

HSL color Cylindrical-coordinate representation of color #B683ED: hue angle of 268.87º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B683ED is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182131237-
CMYK0.230.4500.07
HSL268.87º74.65%72.16%-
HSV(B)268.87º44.73%92.94%-
XYZ42.6932.2984.1-
YUV158.33172.4144.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=33.09%
G=23.82%
B=43.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821312370.230.4500.07268.8774.6572.16
HexB683ED172D0710d4b48
Octal266203355275507415113110
Binary10110110100000111110110110111101101011110000110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B683ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B683ED; }

 p { color: rgb(182,131,237); }

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

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

 a { background-color: rgb(182,131,237); }

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

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

 span { border-color: rgb(182,131,237); }

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