Html Css Color HEX #B527F1 Electric Purple

📋 copy color: '#B527F1'

red 181 ◦ green 39 ◦ blue 241

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

Shades of Electric Purple #B527F1

Tints of Electric Purple #B527F1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.46%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 39.26%
G = 8.46%
B = 52.28%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B527F1 (or 0xB527F1) is known color: Electric Purple. HEX triplet: B5, 27 and F1. RGB value is (181,39,241). Sum of RGB (Red+Green+Blue) = 181+39+241=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #B527F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F1 is #4AD80E. Grayscale: #676767. Windows color (decimal): -4904975 or 15804341. OLE color: 15804341.

HSL color Cylindrical-coordinate representation of color #B527F1: hue angle of 282.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527F1 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 39 241 -
CMYK 0.25 0.84 0 0.05
HSL 282.18º 0.88% 0.55% -
HSV(B) 282.18º 0.84% 0.95% -
XYZ 35.66 17.63 84.74 -
YUV 104.49 205.04 182.57 -
System Red Green Blue C M Y K H S L
Decimal 181 39 241 0.25 0.84 0 0.05 282.18 0.88 0.55
Hex B5 27 F1 19 54 0 5 11A 58 37
Octal 265 47 361 31 124 0 5 432 130 67
Binary 10110101 100111 11110001 11001 1010100 0 101 100011010 1011000 110111

Color Harmonies of #B527F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527F1

Black with #B527F1

Text Example


Text Example

White with #B527F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527F1; }

 p { color: rgb(181,39,241); }

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

background-color css

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

 a { background-color: rgb(181,39,241); }

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

border-color css

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

 span { border-color: rgb(181,39,241); }

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