Html Css Color HEX #B506FA Electric Purple

📋 copy color: '#B506FA'

red 181 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #B506FA

Tints of Electric Purple #B506FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 41.42%
G = 1.37%
B = 57.21%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B506FA (or 0xB506FA) is known color: Electric Purple. HEX triplet: B5, 06 and FA. RGB value is (181,6,250). Sum of RGB (Red+Green+Blue) = 181+6+250=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #B506FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B506FA is #4AF905. Grayscale: #555555. Windows color (decimal): -4913414 or 16385717. OLE color: 16385717.

HSL color Cylindrical-coordinate representation of color #B506FA: hue angle of 283.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B506FA is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 6 250 -
CMYK 0.28 0.98 0 0.02
HSL 283.03º 0.96% 0.5% -
HSV(B) 283.03º 0.98% 0.98% -
XYZ 36.38 16.86 91.78 -
YUV 86.14 220.48 195.66 -
System Red Green Blue C M Y K H S L
Decimal 181 6 250 0.28 0.98 0 0.02 283.03 0.96 0.5
Hex B5 6 FA 1C 62 0 2 11B 60 32
Octal 265 6 372 34 142 0 2 433 140 62
Binary 10110101 110 11111010 11100 1100010 0 10 100011011 1100000 110010

Color Harmonies of #B506FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506FA

Black with #B506FA

Text Example


Text Example

White with #B506FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506FA; }

 p { color: rgb(181,6,250); }

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

background-color css

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

 a { background-color: rgb(181,6,250); }

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

border-color css

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

 span { border-color: rgb(181,6,250); }

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