#B682EF

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

Shades of Biloba Flower #B682EF

Tints of Biloba Flower #B682EF

Color information

#B682EF (or 0xB682EF) is unknown color: approx Biloba Flower. HEX triplet: B6, 82 and EF. RGB value is (182,130,239). Sum of RGB (Red+Green+Blue) = 182+130+239=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #B682EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682EF is #497D10. Grayscale: #9D9D9D. Windows color (decimal): -4816145 or 15696566. OLE color: 15696566.

HSL color Cylindrical-coordinate representation of color #B682EF: hue angle of 268.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B682EF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182130239-
CMYK0.240.4600.06
HSL268.62º77.3%72.35%-
HSV(B)268.62º45.61%93.73%-
XYZ42.8532.1485.61-
YUV157.97173.73145.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=33.03%
G=23.59%
B=43.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821302390.240.4600.06268.6277.372.35
HexB682EF182E0610d4d48
Octal266202357305606415115110
Binary10110110100000101110111111000101110011010000110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682EF; }

 p { color: rgb(182,130,239); }

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

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

 a { background-color: rgb(182,130,239); }

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

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

 span { border-color: rgb(182,130,239); }

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