Html Css Color HEX #B526F3 Electric Purple

📋 copy color: '#B526F3'

red 181 ◦ green 38 ◦ blue 243

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

Shades of Electric Purple #B526F3

Tints of Electric Purple #B526F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.6%

R = 39.18%
G = 8.23%
B = 52.6%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B526F3 (or 0xB526F3) is known color: Electric Purple. HEX triplet: B5, 26 and F3. RGB value is (181,38,243). Sum of RGB (Red+Green+Blue) = 181+38+243=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #B526F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526F3 is #4AD90C. Grayscale: #676767. Windows color (decimal): -4905229 or 15935157. OLE color: 15935157.

HSL color Cylindrical-coordinate representation of color #B526F3: hue angle of 281.85º degrees, saturation: 0.9, 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 #B526F3 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 38 243 -
CMYK 0.26 0.84 0 0.05
HSL 281.85º 0.9% 0.55% -
HSV(B) 281.85º 0.84% 0.95% -
XYZ 35.93 17.68 86.31 -
YUV 104.13 206.38 182.83 -
System Red Green Blue C M Y K H S L
Decimal 181 38 243 0.26 0.84 0 0.05 281.85 0.9 0.55
Hex B5 26 F3 1A 54 0 5 11A 5A 37
Octal 265 46 363 32 124 0 5 432 132 67
Binary 10110101 100110 11110011 11010 1010100 0 101 100011010 1011010 110111

Color Harmonies of #B526F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526F3

Black with #B526F3

Text Example


Text Example

White with #B526F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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