Html Css Color HEX #B03FFF Blue Violet

📋 copy color: '#B03FFF'

red 176 ◦ green 63 ◦ blue 255

#B03FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #B03FFF

Tints of Blue Violet #B03FFF

RGB

 RED value IS 176 (69.14% from 255) = 35.63%

 GREEN value IS 63 (25% from 255) = 12.75%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 35.63%
G = 12.75%
B = 51.62%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B03FFF (or 0xB03FFF) is known color: Blue Violet. HEX triplet: B0, 3F and FF. RGB value is (176,63,255). Sum of RGB (Red+Green+Blue) = 176+63+255=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #B03FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FFF is #4FC000. Grayscale: #767676. Windows color (decimal): -5226497 or 16727984. OLE color: 16727984.

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

Color convert

RGB 176 63 255 -
CMYK 0.31 0.75 0 0
HSL 275.31º 1% 0.62% -
HSV(B) 275.31º 0.75% 1% -
XYZ 37.73 20.01 96.48 -
YUV 118.68 204.94 168.89 -
System Red Green Blue C M Y K H S L
Decimal 176 63 255 0.31 0.75 0 0 275.31 1 0.62
Hex B0 3F FF 1F 4B 0 0 113 64 3E
Octal 260 77 377 37 113 0 0 423 144 76
Binary 10110000 111111 11111111 11111 1001011 0 0 100010011 1100100 111110

Color Harmonies of #B03FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03FFF

Black with #B03FFF

Text Example


Text Example

White with #B03FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03FFF; }

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

 H1.HeaderClassName
 {
   color: #B03FFF;
 }
 .AnyTagClassName
 {
   color: #B03FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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