#B4B3FF

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

Shades of Perano #B4B3FF

Tints of Perano #B4B3FF

Color information

#B4B3FF (or 0xB4B3FF) is unknown color: approx Perano. HEX triplet: B4, B3 and FF. RGB value is (180,179,255). Sum of RGB (Red+Green+Blue) = 180+179+255=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B3FF is #4B4C00. Grayscale: #BBBBBB. Windows color (decimal): -4934657 or 16757684. OLE color: 16757684.

HSL color Cylindrical-coordinate representation of color #B4B3FF: hue angle of 240.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4B3FF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180179255-
CMYK0.290.3000
HSL240.79º100%85.1%-
HSV(B)240.79º29.8%100%-
XYZ52.9949.16101.3-
YUV187.96165.83122.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 41.53%
R=29.32%
G=29.15%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801792550.290.3000240.7910085.1
HexB4B3FF1D1E00f16455
Octal264263377353600361144125
Binary1011010010110011111111111110111110001111000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3FF; }

 p { color: rgb(180,179,255); }

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

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

 a { background-color: rgb(180,179,255); }

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

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

 span { border-color: rgb(180,179,255); }

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