#B483D7

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

Shades of Biloba Flower #B483D7

Tints of Biloba Flower #B483D7

Color information

#B483D7 (or 0xB483D7) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and D7. RGB value is (180,131,215). Sum of RGB (Red+Green+Blue) = 180+131+215=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #B483D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483D7 is #4B7C28. Grayscale: #9A9A9A. Windows color (decimal): -4946985 or 14123956. OLE color: 14123956.

HSL color Cylindrical-coordinate representation of color #B483D7: hue angle of 275º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B483D7 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180131215-
CMYK0.160.3900.16
HSL275º51.22%67.84%-
HSV(B)275º39.07%84.31%-
XYZ39.230.8468.18-
YUV155.23161.73145.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=34.22%
G=24.90%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801312150.160.3900.1627551.2267.84
HexB483D710270101133344
Octal264203327204702042363104
Binary101101001000001111010111100001001110100001000100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483D7; }

 p { color: rgb(180,131,215); }

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

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

 a { background-color: rgb(180,131,215); }

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

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

 span { border-color: rgb(180,131,215); }

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