#B3B2FF

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

Shades of Perano #B3B2FF

Tints of Perano #B3B2FF

Color information

#B3B2FF (or 0xB3B2FF) is unknown color: approx Perano. HEX triplet: B3, B2 and FF. RGB value is (179,178,255). Sum of RGB (Red+Green+Blue) = 179+178+255=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B2FF is #4C4D00. Grayscale: #BABABA. Windows color (decimal): -5000449 or 16757427. OLE color: 16757427.

HSL color Cylindrical-coordinate representation of color #B3B2FF: hue angle of 240.78º 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 #B3B2FF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179178255-
CMYK0.300.3000
HSL240.78º100%84.9%-
HSV(B)240.78º30.2%100%-
XYZ52.5648.64101.23-
YUV187.08166.33122.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.25%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 41.67%
R=29.25%
G=29.08%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791782550.300.3000240.7810084.9
HexB3B2FF1E1E00f16455
Octal263262377363600361144125
Binary1011001110110010111111111111011110001111000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2FF; }

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

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

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

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

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

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

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

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