Html Css Color HEX #B505F6 Electric Purple

📋 copy color: '#B505F6'

red 181 ◦ green 5 ◦ blue 246

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

Shades of Electric Purple #B505F6

Tints of Electric Purple #B505F6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

 BLUE value IS 246 (96.48% from 255) = 56.94%

R = 41.9%
G = 1.16%
B = 56.94%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B505F6 (or 0xB505F6) is known color: Electric Purple. HEX triplet: B5, 05 and F6. RGB value is (181,5,246). Sum of RGB (Red+Green+Blue) = 181+5+246=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #B505F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505F6 is #4AFA09. Grayscale: #545454. Windows color (decimal): -4913674 or 16123317. OLE color: 16123317.

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

Color convert

RGB 181 5 246 -
CMYK 0.26 0.98 0 0.04
HSL 283.82º 0.96% 0.49% -
HSV(B) 283.82º 0.98% 0.96% -
XYZ 35.74 16.59 88.51 -
YUV 85.1 218.81 196.4 -
System Red Green Blue C M Y K H S L
Decimal 181 5 246 0.26 0.98 0 0.04 283.82 0.96 0.49
Hex B5 5 F6 1A 62 0 4 11C 60 31
Octal 265 5 366 32 142 0 4 434 140 61
Binary 10110101 101 11110110 11010 1100010 0 100 100011100 1100000 110001

Color Harmonies of #B505F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505F6

Black with #B505F6

Text Example


Text Example

White with #B505F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505F6; }

 p { color: rgb(181,5,246); }

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

background-color css

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

 a { background-color: rgb(181,5,246); }

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

border-color css

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

 span { border-color: rgb(181,5,246); }

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