#B483DC

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

Shades of Biloba Flower #B483DC

Tints of Biloba Flower #B483DC

Color information

#B483DC (or 0xB483DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and DC. RGB value is (180,131,220). Sum of RGB (Red+Green+Blue) = 180+131+220=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B483DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483DC is #4B7C23. Grayscale: #9B9B9B. Windows color (decimal): -4946980 or 14451636. OLE color: 14451636.

HSL color Cylindrical-coordinate representation of color #B483DC: hue angle of 273.03º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B483DC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180131220-
CMYK0.180.4000.14
HSL273.03º55.97%68.82%-
HSV(B)273.03º40.45%86.27%-
XYZ39.8631.171.61-
YUV155.8164.23145.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=33.90%
G=24.67%
B=41.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801312200.180.4000.14273.0355.9768.82
HexB483DC12280E1113845
Octal264203334225001642170105
Binary10110100100000111101110010010101000011101000100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483DC; }

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

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

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

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

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

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

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

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