#B270B3

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

Shades of Violet Blue #B270B3

Tints of Violet Blue #B270B3

Color information

#B270B3 (or 0xB270B3) is unknown color: approx Violet Blue. HEX triplet: B2, 70 and B3. RGB value is (178,112,179). Sum of RGB (Red+Green+Blue) = 178+112+179=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #B270B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270B3 is #4D8F4C. Grayscale: #8B8B8B. Windows color (decimal): -5082957 or 11759794. OLE color: 11759794.

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

Color convert

RGB178112179-
CMYK0.010.3700.30
HSL299.1º30.59%57.06%-
HSV(B)299.1º37.43%70.2%-
XYZ32.2924.3145.64-
YUV139.37150.37155.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=37.95%
G=23.88%
B=38.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781121790.010.3700.30299.130.5957.06
HexB270B312501E12b1f39
Octal2621602631450364533771
Binary10110010111000010110011110010101111010010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270B3; }

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

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

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

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

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

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

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

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