#B281FB

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

Shades of Biloba Flower #B281FB

Tints of Biloba Flower #B281FB

Color information

#B281FB (or 0xB281FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and FB. RGB value is (178,129,251). Sum of RGB (Red+Green+Blue) = 178+129+251=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B281FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FB is #4D7E04. Grayscale: #9D9D9D. Windows color (decimal): -5078533 or 16482738. OLE color: 16482738.

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

Color convert

RGB178129251-
CMYK0.290.4900.02
HSL264.1º93.85%74.51%-
HSV(B)264.1º48.61%98.43%-
XYZ43.6232.1395.17-
YUV157.56180.73142.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=31.90%
G=23.12%
B=44.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781292510.290.4900.02264.193.8574.51
HexB281FB1D31021085e4b
Octal262201373356102410136113
Binary1011001010000001111110111110111000101010000100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281FB; }

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

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

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

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

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

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

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

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