#B67EFA

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

Shades of Biloba Flower #B67EFA

Tints of Biloba Flower #B67EFA

Color information

#B67EFA (or 0xB67EFA) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and FA. RGB value is (182,126,250). Sum of RGB (Red+Green+Blue) = 182+126+250=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #B67EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EFA is #498105. Grayscale: #9C9C9C. Windows color (decimal): -4817158 or 16416438. OLE color: 16416438.

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

Color convert

RGB182126250-
CMYK0.270.5000.02
HSL267.1º92.54%73.73%-
HSV(B)267.1º49.6%98.04%-
XYZ44.0131.7794.26-
YUV156.88180.55145.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 126 (49.61% from 255) = 22.58%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=32.62%
G=22.58%
B=44.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821262500.270.5000.02267.192.5473.73
HexB67EFA1B320210b5d4a
Octal266176372336202413135112
Binary101101101111110111110101101111001001010000101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EFA; }

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

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

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

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

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

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

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

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