#B282F1

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

Shades of Biloba Flower #B282F1

Tints of Biloba Flower #B282F1

Color information

#B282F1 (or 0xB282F1) is unknown color: approx Biloba Flower. HEX triplet: B2, 82 and F1. RGB value is (178,130,241). Sum of RGB (Red+Green+Blue) = 178+130+241=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #B282F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B282F1 is #4D7D0E. Grayscale: #9C9C9C. Windows color (decimal): -5078287 or 15827634. OLE color: 15827634.

HSL color Cylindrical-coordinate representation of color #B282F1: hue angle of 265.95º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B282F1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178130241-
CMYK0.260.4600.05
HSL265.95º79.86%72.75%-
HSV(B)265.95º46.06%94.51%-
XYZ42.2231.7887.13-
YUV157.01175.4142.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=32.42%
G=23.68%
B=43.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781302410.260.4600.05265.9579.8672.75
HexB282F11A2E0510a5049
Octal262202361325605412120111
Binary10110010100000101111000111010101110010110000101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B282F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B282F1; }

 p { color: rgb(178,130,241); }

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

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

 a { background-color: rgb(178,130,241); }

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

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

 span { border-color: rgb(178,130,241); }

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