Html Css Color HEX #B505F7 Electric Purple

📋 copy color: '#B505F7'

red 181 ◦ green 5 ◦ blue 247

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

Shades of Electric Purple #B505F7

Tints of Electric Purple #B505F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 41.8%
G = 1.15%
B = 57.04%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B505F7 (or 0xB505F7) is known color: Electric Purple. HEX triplet: B5, 05 and F7. RGB value is (181,5,247). Sum of RGB (Red+Green+Blue) = 181+5+247=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #B505F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B505F7 is #4AFA08. Grayscale: #545454. Windows color (decimal): -4913673 or 16188853. OLE color: 16188853.

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

Color convert

RGB 181 5 247 -
CMYK 0.27 0.98 0 0.03
HSL 283.64º 0.96% 0.49% -
HSV(B) 283.64º 0.98% 0.97% -
XYZ 35.9 16.65 89.32 -
YUV 85.21 219.31 196.32 -
System Red Green Blue C M Y K H S L
Decimal 181 5 247 0.27 0.98 0 0.03 283.64 0.96 0.49
Hex B5 5 F7 1B 62 0 3 11C 60 31
Octal 265 5 367 33 142 0 3 434 140 61
Binary 10110101 101 11110111 11011 1100010 0 11 100011100 1100000 110001

Color Harmonies of #B505F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505F7

Black with #B505F7

Text Example


Text Example

White with #B505F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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