#B682E0

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

Shades of Biloba Flower #B682E0

Tints of Biloba Flower #B682E0

Color information

#B682E0 (or 0xB682E0) is unknown color: approx Biloba Flower. HEX triplet: B6, 82 and E0. RGB value is (182,130,224). Sum of RGB (Red+Green+Blue) = 182+130+224=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #B682E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682E0 is #497D1F. Grayscale: #9B9B9B. Windows color (decimal): -4816160 or 14713526. OLE color: 14713526.

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

Color convert

RGB182130224-
CMYK0.190.4200.12
HSL273.19º60.26%69.41%-
HSV(B)273.19º41.96%87.84%-
XYZ40.7331.2974.41-
YUV156.26166.23146.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=33.96%
G=24.25%
B=41.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821302240.190.4200.12273.1960.2669.41
HexB682E0132A0C1113c45
Octal266202340235201442174105
Binary10110110100000101110000010011101010011001000100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682E0; }

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

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

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

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

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

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

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

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