#B481EE

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

Shades of Biloba Flower #B481EE

Tints of Biloba Flower #B481EE

Color information

#B481EE (or 0xB481EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and EE. RGB value is (180,129,238). Sum of RGB (Red+Green+Blue) = 180+129+238=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #B481EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481EE is #4B7E11. Grayscale: #9C9C9C. Windows color (decimal): -4947474 or 15630772. OLE color: 15630772.

HSL color Cylindrical-coordinate representation of color #B481EE: hue angle of 268.07º 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 #B481EE is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180129238-
CMYK0.240.4600.07
HSL268.07º76.22%71.96%-
HSV(B)268.07º45.8%93.33%-
XYZ42.1131.5884.76-
YUV156.68173.9144.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=32.91%
G=23.58%
B=43.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801292380.240.4600.07268.0776.2271.96
HexB481EE182E0710c4c48
Octal264201356305607414114110
Binary10110100100000011110111011000101110011110000110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481EE; }

 p { color: rgb(180,129,238); }

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

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

 a { background-color: rgb(180,129,238); }

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

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

 span { border-color: rgb(180,129,238); }

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