Html Css Color HEX #B527F6 Electric Purple

📋 copy color: '#B527F6'

red 181 ◦ green 39 ◦ blue 246

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

Shades of Electric Purple #B527F6

Tints of Electric Purple #B527F6

RGB

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

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

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

R = 38.84%
G = 8.37%
B = 52.79%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B527F6 (or 0xB527F6) is known color: Electric Purple. HEX triplet: B5, 27 and F6. RGB value is (181,39,246). Sum of RGB (Red+Green+Blue) = 181+39+246=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #B527F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F6 is #4AD809. Grayscale: #686868. Windows color (decimal): -4904970 or 16132021. OLE color: 16132021.

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

Color convert

RGB 181 39 246 -
CMYK 0.26 0.84 0 0.04
HSL 281.16º 0.92% 0.56% -
HSV(B) 281.16º 0.84% 0.96% -
XYZ 36.42 17.93 88.73 -
YUV 105.06 207.54 182.17 -
System Red Green Blue C M Y K H S L
Decimal 181 39 246 0.26 0.84 0 0.04 281.16 0.92 0.56
Hex B5 27 F6 1A 54 0 4 119 5C 38
Octal 265 47 366 32 124 0 4 431 134 70
Binary 10110101 100111 11110110 11010 1010100 0 100 100011001 1011100 111000

Color Harmonies of #B527F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527F6

Black with #B527F6

Text Example


Text Example

White with #B527F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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