Html Css Color HEX #B130F2 Blue Violet

📋 copy color: '#B130F2'

red 177 ◦ green 48 ◦ blue 242

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

Shades of Blue Violet #B130F2

Tints of Blue Violet #B130F2

RGB

 RED value IS 177 (69.53% from 255) = 37.9%

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

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 37.9%
G = 10.28%
B = 51.82%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B130F2 (or 0xB130F2) is known color: Blue Violet. HEX triplet: B1, 30 and F2. RGB value is (177,48,242). Sum of RGB (Red+Green+Blue) = 177+48+242=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #B130F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B130F2 is #4ECF0D. Grayscale: #6C6C6C. Windows color (decimal): -5164814 or 15872177. OLE color: 15872177.

HSL color Cylindrical-coordinate representation of color #B130F2: hue angle of 279.9º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B130F2 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 48 242 -
CMYK 0.27 0.80 0 0.05
HSL 279.9º 0.88% 0.57% -
HSV(B) 279.9º 0.8% 0.95% -
XYZ 35.22 17.87 85.6 -
YUV 108.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 177 48 242 0.27 0.80 0 0.05 279.9 0.88 0.57
Hex B1 30 F2 1B 50 0 5 118 58 39
Octal 261 60 362 33 120 0 5 430 130 71
Binary 10110001 110000 11110010 11011 1010000 0 101 100011000 1011000 111001

Color Harmonies of #B130F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B130F2

Black with #B130F2

Text Example


Text Example

White with #B130F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B130F2; }

 p { color: rgb(177,48,242); }

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

background-color css

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

 a { background-color: rgb(177,48,242); }

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

border-color css

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

 span { border-color: rgb(177,48,242); }

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