#B4B1F4

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

Shades of Perano #B4B1F4

Tints of Perano #B4B1F4

Color information

#B4B1F4 (or 0xB4B1F4) is unknown color: approx Perano. HEX triplet: B4, B1 and F4. RGB value is (180,177,244). Sum of RGB (Red+Green+Blue) = 180+177+244=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4B1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B1F4 is #4B4E0B. Grayscale: #B9B9B9. Windows color (decimal): -4935180 or 16036276. OLE color: 16036276.

HSL color Cylindrical-coordinate representation of color #B4B1F4: hue angle of 242.69º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4B1F4 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180177244-
CMYK0.260.2700.04
HSL242.69º75.28%82.55%-
HSV(B)242.69º27.46%95.69%-
XYZ50.8747.6892.11-
YUV185.54160.99124.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=29.95%
G=29.45%
B=40.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801772440.260.2700.04242.6975.2882.55
HexB4B1F41A1B04f34b53
Octal264261364323304363113123
Binary101101001011000111110100110101101101001111001110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1F4; }

 p { color: rgb(180,177,244); }

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

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

 a { background-color: rgb(180,177,244); }

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

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

 span { border-color: rgb(180,177,244); }

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