Html Css Color HEX #B526F6 Electric Purple

📋 copy color: '#B526F6'

red 181 ◦ green 38 ◦ blue 246

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

Shades of Electric Purple #B526F6

Tints of Electric Purple #B526F6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.17%

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

R = 38.92%
G = 8.17%
B = 52.9%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B526F6 (or 0xB526F6) is known color: Electric Purple. HEX triplet: B5, 26 and F6. RGB value is (181,38,246). Sum of RGB (Red+Green+Blue) = 181+38+246=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #B526F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526F6 is #4AD909. Grayscale: #676767. Windows color (decimal): -4905226 or 16131765. OLE color: 16131765.

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

Color convert

RGB 181 38 246 -
CMYK 0.26 0.85 0 0.04
HSL 281.25º 0.92% 0.56% -
HSV(B) 281.25º 0.85% 0.96% -
XYZ 36.38 17.86 88.72 -
YUV 104.47 207.88 182.59 -
System Red Green Blue C M Y K H S L
Decimal 181 38 246 0.26 0.85 0 0.04 281.25 0.92 0.56
Hex B5 26 F6 1A 55 0 4 119 5C 38
Octal 265 46 366 32 125 0 4 431 134 70
Binary 10110101 100110 11110110 11010 1010101 0 100 100011001 1011100 111000

Color Harmonies of #B526F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526F6

Black with #B526F6

Text Example


Text Example

White with #B526F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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