Html Css Color HEX #B030F0 Blue Violet

📋 copy color: '#B030F0'

red 176 ◦ green 48 ◦ blue 240

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

Shades of Blue Violet #B030F0

Tints of Blue Violet #B030F0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.34%

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 37.93%
G = 10.34%
B = 51.72%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B030F0 (or 0xB030F0) is known color: Blue Violet. HEX triplet: B0, 30 and F0. RGB value is (176,48,240). Sum of RGB (Red+Green+Blue) = 176+48+240=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #B030F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B030F0 is #4FCF0F. Grayscale: #6B6B6B. Windows color (decimal): -5230352 or 15741104. OLE color: 15741104.

HSL color Cylindrical-coordinate representation of color #B030F0: hue angle of 280º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B030F0 is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 48 240 -
CMYK 0.27 0.8 0 0.06
HSL 280º 0.86% 0.56% -
HSV(B) 280º 0.8% 0.94% -
XYZ 34.69 17.64 84.01 -
YUV 108.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 176 48 240 0.27 0.8 0 0.06 280 0.86 0.56
Hex B0 30 F0 1B 50 0 6 118 56 38
Octal 260 60 360 33 120 0 6 430 126 70
Binary 10110000 110000 11110000 11011 1010000 0 110 100011000 1010110 111000

Color Harmonies of #B030F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030F0

Black with #B030F0

Text Example


Text Example

White with #B030F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030F0; }

 p { color: rgb(176,48,240); }

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

background-color css

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

 a { background-color: rgb(176,48,240); }

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

border-color css

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

 span { border-color: rgb(176,48,240); }

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