#B470B3

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

Shades of Violet Blue #B470B3

Tints of Violet Blue #B470B3

Color information

#B470B3 (or 0xB470B3) is unknown color: approx Violet Blue. HEX triplet: B4, 70 and B3. RGB value is (180,112,179). Sum of RGB (Red+Green+Blue) = 180+112+179=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B470B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470B3 is #4B8F4C. Grayscale: #8B8B8B. Windows color (decimal): -4951885 or 11759796. OLE color: 11759796.

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

Color convert

RGB180112179-
CMYK00.380.010.29
HSL300.88º31.19%57.25%-
HSV(B)300.88º37.78%70.59%-
XYZ32.7524.5545.66-
YUV139.97150.03156.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=38.22%
G=23.78%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011217900.380.010.29300.8831.1957.25
HexB470B302611D12d1f39
Octal2641602630461354553771
Binary10110100111000010110011010011011110110010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470B3; }

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

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

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

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

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

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

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

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