Html Css Color HEX #B03CFF Blue Violet

📋 copy color: '#B03CFF'

red 176 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #B03CFF

Tints of Blue Violet #B03CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

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

R = 35.85%
G = 12.22%
B = 51.93%

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

#B03CFF (or 0xB03CFF) is known color: Blue Violet. HEX triplet: B0, 3C and FF. RGB value is (176,60,255). Sum of RGB (Red+Green+Blue) = 176+60+255=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #B03CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CFF is #4FC300. Grayscale: #747474. Windows color (decimal): -5227265 or 16727216. OLE color: 16727216.

HSL color Cylindrical-coordinate representation of color #B03CFF: hue angle of 275.69º 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 #B03CFF is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 60 255 -
CMYK 0.31 0.76 0 0
HSL 275.69º 1% 0.62% -
HSV(B) 275.69º 0.76% 1% -
XYZ 37.57 19.68 96.43 -
YUV 116.91 205.93 170.14 -
System Red Green Blue C M Y K H S L
Decimal 176 60 255 0.31 0.76 0 0 275.69 1 0.62
Hex B0 3C FF 1F 4C 0 0 114 64 3E
Octal 260 74 377 37 114 0 0 424 144 76
Binary 10110000 111100 11111111 11111 1001100 0 0 100010100 1100100 111110

Color Harmonies of #B03CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CFF

Black with #B03CFF

Text Example


Text Example

White with #B03CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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