#B280EE

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

Shades of Biloba Flower #B280EE

Tints of Biloba Flower #B280EE

Color information

#B280EE (or 0xB280EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 80 and EE. RGB value is (178,128,238). Sum of RGB (Red+Green+Blue) = 178+128+238=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #B280EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280EE is #4D7F11. Grayscale: #9B9B9B. Windows color (decimal): -5078802 or 15630514. OLE color: 15630514.

HSL color Cylindrical-coordinate representation of color #B280EE: hue angle of 267.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B280EE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178128238-
CMYK0.250.4600.07
HSL267.27º76.39%71.76%-
HSV(B)267.27º46.22%93.33%-
XYZ41.5131.0884.7-
YUV155.49174.56144.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=32.72%
G=23.53%
B=43.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781282380.250.4600.07267.2776.3971.76
HexB280EE192E0710b4c48
Octal262200356315607413114110
Binary10110010100000001110111011001101110011110000101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280EE; }

 p { color: rgb(178,128,238); }

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

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

 a { background-color: rgb(178,128,238); }

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

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

 span { border-color: rgb(178,128,238); }

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