#B283EA

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

Shades of Biloba Flower #B283EA

Tints of Biloba Flower #B283EA

Color information

#B283EA (or 0xB283EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 83 and EA. RGB value is (178,131,234). Sum of RGB (Red+Green+Blue) = 178+131+234=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #B283EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B283EA is #4D7C15. Grayscale: #9C9C9C. Windows color (decimal): -5078038 or 15369138. OLE color: 15369138.

HSL color Cylindrical-coordinate representation of color #B283EA: hue angle of 267.38º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B283EA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178131234-
CMYK0.240.4400.08
HSL267.38º71.03%71.57%-
HSV(B)267.38º44.02%91.76%-
XYZ41.3331.6481.77-
YUV156.8171.57143.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=32.78%
G=24.13%
B=43.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781312340.240.4400.08267.3871.0371.57
HexB283EA182C0810b4748
Octal2622033523054010413107110
Binary101100101000001111101010110001011000100010000101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283EA; }

 p { color: rgb(178,131,234); }

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

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

 a { background-color: rgb(178,131,234); }

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

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

 span { border-color: rgb(178,131,234); }

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