#B281F0

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

Shades of Biloba Flower #B281F0

Tints of Biloba Flower #B281F0

Color information

#B281F0 (or 0xB281F0) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and F0. RGB value is (178,129,240). Sum of RGB (Red+Green+Blue) = 178+129+240=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #B281F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281F0 is #4D7E0F. Grayscale: #9B9B9B. Windows color (decimal): -5078544 or 15761842. OLE color: 15761842.

HSL color Cylindrical-coordinate representation of color #B281F0: hue angle of 266.49º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B281F0 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178129240-
CMYK0.260.4600.06
HSL266.49º78.72%72.35%-
HSV(B)266.49º46.25%94.12%-
XYZ41.9431.4686.3-
YUV156.3175.23143.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=32.54%
G=23.58%
B=43.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781292400.260.4600.06266.4978.7272.35
HexB281F01A2E0610a4f48
Octal262201360325606412117110
Binary10110010100000011111000011010101110011010000101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281F0; }

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

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

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

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

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

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

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

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