#B682FA

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

Shades of Biloba Flower #B682FA

Tints of Biloba Flower #B682FA

Color information

#B682FA (or 0xB682FA) is unknown color: approx Biloba Flower. HEX triplet: B6, 82 and FA. RGB value is (182,130,250). Sum of RGB (Red+Green+Blue) = 182+130+250=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #B682FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682FA is #497D05. Grayscale: #9E9E9E. Windows color (decimal): -4816134 or 16417462. OLE color: 16417462.

HSL color Cylindrical-coordinate representation of color #B682FA: hue angle of 266º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B682FA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182130250-
CMYK0.270.4800.02
HSL266º92.31%74.51%-
HSV(B)266º48%98.04%-
XYZ44.5332.8194.43-
YUV159.23179.23144.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=32.38%
G=23.13%
B=44.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821302500.270.4800.0226692.3174.51
HexB682FA1B300210a5c4b
Octal266202372336002412134113
Binary1011011010000010111110101101111000001010000101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682FA; }

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

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

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

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

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

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

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

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