#B03FFD

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

Shades of Blue Violet #B03FFD

Tints of Blue Violet #B03FFD

Color information

#B03FFD (or 0xB03FFD) is unknown color: approx Blue Violet. HEX triplet: B0, 3F and FD. RGB value is (176,63,253). Sum of RGB (Red+Green+Blue) = 176+63+253=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B03FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FFD is #4FC002. Grayscale: #757575. Windows color (decimal): -5226499 or 16596912. OLE color: 16596912.

HSL color Cylindrical-coordinate representation of color #B03FFD: hue angle of 275.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03FFD is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17663253-
CMYK0.300.7500.01
HSL275.68º97.94%61.96%-
HSV(B)275.68º75.1%99.22%-
XYZ37.4119.8894.79-
YUV118.45203.94169.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 63 (25% from 255) = 12.80%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=35.77%
G=12.80%
B=51.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176632530.300.7500.01275.6897.9461.96
HexB03FFD1E4B01114623e
Octal26077375361130142414276
Binary1011000011111111111101111101001011011000101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FFD; }

 p { color: rgb(176,63,253); }

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

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

 a { background-color: rgb(176,63,253); }

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

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

 span { border-color: rgb(176,63,253); }

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