#B67FFA

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

Shades of Biloba Flower #B67FFA

Tints of Biloba Flower #B67FFA

Color information

#B67FFA (or 0xB67FFA) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and FA. RGB value is (182,127,250). Sum of RGB (Red+Green+Blue) = 182+127+250=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #B67FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FFA is #498005. Grayscale: #9D9D9D. Windows color (decimal): -4816902 or 16416694. OLE color: 16416694.

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

Color convert

RGB182127250-
CMYK0.270.4900.02
HSL266.83º92.48%73.92%-
HSV(B)266.83º49.2%98.04%-
XYZ44.1432.0394.3-
YUV157.47180.22145.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=32.56%
G=22.72%
B=44.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821272500.270.4900.02266.8392.4873.92
HexB67FFA1B310210b5c4a
Octal266177372336102413134112
Binary101101101111111111110101101111000101010000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FFA; }

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

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

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

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

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

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

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

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