Html Css Color HEX #B530FE Electric Purple

📋 copy color: '#B530FE'

red 181 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #B530FE

Tints of Electric Purple #B530FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 37.47%
G = 9.94%
B = 52.59%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B530FE (or 0xB530FE) is known color: Electric Purple. HEX triplet: B5, 30 and FE. RGB value is (181,48,254). Sum of RGB (Red+Green+Blue) = 181+48+254=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #B530FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B530FE is #4ACF01. Grayscale: #6E6E6E. Windows color (decimal): -4902658 or 16658613. OLE color: 16658613.

HSL color Cylindrical-coordinate representation of color #B530FE: hue angle of 278.74º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B530FE is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 48 254 -
CMYK 0.29 0.81 0 0.00
HSL 278.74º 0.99% 0.59% -
HSV(B) 278.74º 0.81% 1% -
XYZ 38 19.09 95.45 -
YUV 111.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 181 48 254 0.29 0.81 0 0.00 278.74 0.99 0.59
Hex B5 30 FE 1D 51 0 0 117 63 3B
Octal 265 60 376 35 121 0 0 427 143 73
Binary 10110101 110000 11111110 11101 1010001 0 0 100010111 1100011 111011

Color Harmonies of #B530FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530FE

Black with #B530FE

Text Example


Text Example

White with #B530FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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