#B03DFC

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

Shades of Blue Violet #B03DFC

Tints of Blue Violet #B03DFC

Color information

#B03DFC (or 0xB03DFC) is unknown color: approx Blue Violet. HEX triplet: B0, 3D and FC. RGB value is (176,61,252). Sum of RGB (Red+Green+Blue) = 176+61+252=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #B03DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DFC is #4FC203. Grayscale: #747474. Windows color (decimal): -5227012 or 16530864. OLE color: 16530864.

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

Color convert

RGB17661252-
CMYK0.300.7600.01
HSL276.13º96.95%61.37%-
HSV(B)276.13º75.79%98.82%-
XYZ37.1419.693.92-
YUV117.16204.1169.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 61 (24.22% from 255) = 12.47%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=35.99%
G=12.47%
B=51.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176612520.300.7600.01276.1396.9561.37
HexB03DFC1E4C01114613d
Octal26075374361140142414175
Binary1011000011110111111100111101001100011000101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DFC; }

 p { color: rgb(176,61,252); }

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

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

 a { background-color: rgb(176,61,252); }

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

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

 span { border-color: rgb(176,61,252); }

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