#B281FA

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

Shades of Biloba Flower #B281FA

Tints of Biloba Flower #B281FA

Color information

#B281FA (or 0xB281FA) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and FA. RGB value is (178,129,250). Sum of RGB (Red+Green+Blue) = 178+129+250=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #B281FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FA is #4D7E05. Grayscale: #9D9D9D. Windows color (decimal): -5078534 or 16417202. OLE color: 16417202.

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

Color convert

RGB178129250-
CMYK0.290.4800.02
HSL264.3º92.37%74.31%-
HSV(B)264.3º48.4%98.04%-
XYZ43.4732.0794.34-
YUV157.44180.23142.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=31.96%
G=23.16%
B=44.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781292500.290.4800.02264.392.3774.31
HexB281FA1D30021085c4a
Octal262201372356002410134112
Binary1011001010000001111110101110111000001010000100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281FA; }

 p { color: rgb(178,129,250); }

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

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

 a { background-color: rgb(178,129,250); }

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

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

 span { border-color: rgb(178,129,250); }

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