Html Css Color HEX #B530FF Electric Purple

📋 copy color: '#B530FF'

red 181 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #B530FF

Tints of Electric Purple #B530FF

RGB

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

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

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

R = 37.4%
G = 9.92%
B = 52.69%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B530FF (or 0xB530FF) is known color: Electric Purple. HEX triplet: B5, 30 and FF. RGB value is (181,48,255). Sum of RGB (Red+Green+Blue) = 181+48+255=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #B530FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B530FF is #4ACF00. Grayscale: #6E6E6E. Windows color (decimal): -4902657 or 16724149. OLE color: 16724149.

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

Color convert

RGB 181 48 255 -
CMYK 0.29 0.81 0 0
HSL 278.55º 1% 0.59% -
HSV(B) 278.55º 0.81% 1% -
XYZ 38.16 19.16 96.29 -
YUV 111.37 209.06 177.67 -
System Red Green Blue C M Y K H S L
Decimal 181 48 255 0.29 0.81 0 0 278.55 1 0.59
Hex B5 30 FF 1D 51 0 0 117 64 3B
Octal 265 60 377 35 121 0 0 427 144 73
Binary 10110101 110000 11111111 11101 1010001 0 0 100010111 1100100 111011

Color Harmonies of #B530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530FF

Black with #B530FF

Text Example


Text Example

White with #B530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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