#B3B0FF

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

Shades of Perano #B3B0FF

Tints of Perano #B3B0FF

Color information

#B3B0FF (or 0xB3B0FF) is unknown color: approx Perano. HEX triplet: B3, B0 and FF. RGB value is (179,176,255). Sum of RGB (Red+Green+Blue) = 179+176+255=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B0FF is #4C4F00. Grayscale: #B9B9B9. Windows color (decimal): -5000961 or 16756915. OLE color: 16756915.

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

Color convert

RGB179176255-
CMYK0.300.3100
HSL242.28º100%84.51%-
HSV(B)242.28º30.98%100%-
XYZ52.1747.85101.1-
YUV185.9166.99123.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.34%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 255 (100% from 255) = 41.80%
R=29.34%
G=28.85%
B=41.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791762550.300.3100242.2810084.51
HexB3B0FF1E1F00f26455
Octal263260377363700362144125
Binary1011001110110000111111111111011111001111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0FF; }

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

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

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

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

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

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

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

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