Html Css Color HEX #B530F9 Electric Purple

📋 copy color: '#B530F9'

red 181 ◦ green 48 ◦ blue 249

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

Shades of Electric Purple #B530F9

Tints of Electric Purple #B530F9

RGB

 RED value IS 181 (71.09% from 255) = 37.87%

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 37.87%
G = 10.04%
B = 52.09%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B530F9 (or 0xB530F9) is known color: Electric Purple. HEX triplet: B5, 30 and F9. RGB value is (181,48,249). Sum of RGB (Red+Green+Blue) = 181+48+249=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #B530F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B530F9 is #4ACF06. Grayscale: #6E6E6E. Windows color (decimal): -4902663 or 16330933. OLE color: 16330933.

HSL color Cylindrical-coordinate representation of color #B530F9: hue angle of 279.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B530F9 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 48 249 -
CMYK 0.27 0.81 0 0.02
HSL 279.7º 0.94% 0.58% -
HSV(B) 279.7º 0.81% 0.98% -
XYZ 37.21 18.78 91.29 -
YUV 110.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 181 48 249 0.27 0.81 0 0.02 279.7 0.94 0.58
Hex B5 30 F9 1B 51 0 2 118 5E 3A
Octal 265 60 371 33 121 0 2 430 136 72
Binary 10110101 110000 11111001 11011 1010001 0 10 100011000 1011110 111010

Color Harmonies of #B530F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530F9

Black with #B530F9

Text Example


Text Example

White with #B530F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530F9; }

 p { color: rgb(181,48,249); }

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

background-color css

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

 a { background-color: rgb(181,48,249); }

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

border-color css

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

 span { border-color: rgb(181,48,249); }

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