#B683EA

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

Shades of Biloba Flower #B683EA

Tints of Biloba Flower #B683EA

Color information

#B683EA (or 0xB683EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 83 and EA. RGB value is (182,131,234). Sum of RGB (Red+Green+Blue) = 182+131+234=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #B683EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B683EA is #497C15. Grayscale: #9D9D9D. Windows color (decimal): -4815894 or 15369142. OLE color: 15369142.

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

Color convert

RGB182131234-
CMYK0.220.4400.08
HSL269.71º71.03%71.57%-
HSV(B)269.71º44.02%91.76%-
XYZ42.2632.1281.81-
YUV157.99170.9145.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=33.27%
G=23.95%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821312340.220.4400.08269.7171.0371.57
HexB683EA162C0810e4748
Octal2662033522654010416107110
Binary101101101000001111101010101101011000100010000111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B683EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B683EA; }

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

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

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

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

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

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

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

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