#B481ED

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

Shades of Biloba Flower #B481ED

Tints of Biloba Flower #B481ED

Color information

#B481ED (or 0xB481ED) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and ED. RGB value is (180,129,237). Sum of RGB (Red+Green+Blue) = 180+129+237=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #B481ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481ED is #4B7E12. Grayscale: #9C9C9C. Windows color (decimal): -4947475 or 15565236. OLE color: 15565236.

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

Color convert

RGB180129237-
CMYK0.240.4600.07
HSL268.33º75%71.76%-
HSV(B)268.33º45.57%92.94%-
XYZ41.9631.5283.99-
YUV156.56173.4144.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=32.97%
G=23.63%
B=43.41%

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
Decimal1801292370.240.4600.07268.337571.76
HexB481ED182E0710c4b48
Octal264201355305607414113110
Binary10110100100000011110110111000101110011110000110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481ED; }

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

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

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

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

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

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

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

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