#B483EE

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

Shades of Biloba Flower #B483EE

Tints of Biloba Flower #B483EE

Color information

#B483EE (or 0xB483EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 83 and EE. RGB value is (180,131,238). Sum of RGB (Red+Green+Blue) = 180+131+238=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B483EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483EE is #4B7C11. Grayscale: #9D9D9D. Windows color (decimal): -4946962 or 15631284. OLE color: 15631284.

HSL color Cylindrical-coordinate representation of color #B483EE: hue angle of 267.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B483EE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180131238-
CMYK0.240.4500.07
HSL267.48º75.89%72.35%-
HSV(B)267.48º44.96%93.33%-
XYZ42.3732.1184.85-
YUV157.85173.23143.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=32.79%
G=23.86%
B=43.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801312380.240.4500.07267.4875.8972.35
HexB483EE182D0710b4c48
Octal264203356305507413114110
Binary10110100100000111110111011000101101011110000101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483EE; }

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

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

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

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

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

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

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

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