#B03CF7

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

Shades of Blue Violet #B03CF7

Tints of Blue Violet #B03CF7

Color information

#B03CF7 (or 0xB03CF7) is unknown color: approx Blue Violet. HEX triplet: B0, 3C and F7. RGB value is (176,60,247). Sum of RGB (Red+Green+Blue) = 176+60+247=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #B03CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CF7 is #4FC308. Grayscale: #737373. Windows color (decimal): -5227273 or 16202928. OLE color: 16202928.

HSL color Cylindrical-coordinate representation of color #B03CF7: hue angle of 277.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03CF7 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17660247-
CMYK0.290.7600.03
HSL277.22º92.12%60.2%-
HSV(B)277.22º75.71%96.86%-
XYZ36.3119.1889.78-
YUV116201.93170.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 60 (23.83% from 255) = 12.42%
BLUE value IS 247 (96.88% from 255) = 51.14%
R=36.44%
G=12.42%
B=51.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176602470.290.7600.03277.2292.1260.2
HexB03CF71D4C031155c3c
Octal26074367351140342513474
Binary10110000111100111101111110110011000111000101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CF7; }

 p { color: rgb(176,60,247); }

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

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

 a { background-color: rgb(176,60,247); }

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

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

 span { border-color: rgb(176,60,247); }

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