Html Css Color HEX #B03DFF Blue Violet

📋 copy color: '#B03DFF'

red 176 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #B03DFF

Tints of Blue Violet #B03DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.4%

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

R = 35.77%
G = 12.4%
B = 51.83%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B03DFF (or 0xB03DFF) is known color: Blue Violet. HEX triplet: B0, 3D and FF. RGB value is (176,61,255). Sum of RGB (Red+Green+Blue) = 176+61+255=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #B03DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DFF is #4FC200. Grayscale: #747474. Windows color (decimal): -5227009 or 16727472. OLE color: 16727472.

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

Color convert

RGB 176 61 255 -
CMYK 0.31 0.76 0 0
HSL 275.57º 1% 0.62% -
HSV(B) 275.57º 0.76% 1% -
XYZ 37.62 19.79 96.44 -
YUV 117.5 205.6 169.73 -
System Red Green Blue C M Y K H S L
Decimal 176 61 255 0.31 0.76 0 0 275.57 1 0.62
Hex B0 3D FF 1F 4C 0 0 114 64 3E
Octal 260 75 377 37 114 0 0 424 144 76
Binary 10110000 111101 11111111 11111 1001100 0 0 100010100 1100100 111110

Color Harmonies of #B03DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DFF

Black with #B03DFF

Text Example


Text Example

White with #B03DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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