Html Css Color HEX #B507FF Electric Purple

📋 copy color: '#B507FF'

red 181 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #B507FF

Tints of Electric Purple #B507FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

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

R = 40.86%
G = 1.58%
B = 57.56%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B507FF (or 0xB507FF) is known color: Electric Purple. HEX triplet: B5, 07 and FF. RGB value is (181,7,255). Sum of RGB (Red+Green+Blue) = 181+7+255=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B507FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B507FF is #4AF800. Grayscale: #565656. Windows color (decimal): -4913153 or 16713653. OLE color: 16713653.

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

Color convert

RGB 181 7 255 -
CMYK 0.29 0.97 0 0
HSL 282.1º 1% 0.51% -
HSV(B) 282.1º 0.97% 1% -
XYZ 37.18 17.2 95.97 -
YUV 87.3 222.65 194.83 -
System Red Green Blue C M Y K H S L
Decimal 181 7 255 0.29 0.97 0 0 282.1 1 0.51
Hex B5 7 FF 1D 61 0 0 11A 64 33
Octal 265 7 377 35 141 0 0 432 144 63
Binary 10110101 111 11111111 11101 1100001 0 0 100011010 1100100 110011

Color Harmonies of #B507FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507FF

Black with #B507FF

Text Example


Text Example

White with #B507FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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