Html Css Color HEX #B426FC Electric Purple

📋 copy color: '#B426FC'

red 180 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #B426FC

Tints of Electric Purple #B426FC

RGB

 RED value IS 180 (70.7% from 255) = 38.3%

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 38.3%
G = 8.09%
B = 53.62%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B426FC (or 0xB426FC) is known color: Electric Purple. HEX triplet: B4, 26 and FC. RGB value is (180,38,252). Sum of RGB (Red+Green+Blue) = 180+38+252=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #B426FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426FC is #4BD903. Grayscale: #686868. Windows color (decimal): -4970756 or 16524980. OLE color: 16524980.

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

Color convert

RGB 180 38 252 -
CMYK 0.29 0.85 0 0.01
HSL 279.81º 0.97% 0.57% -
HSV(B) 279.81º 0.85% 0.99% -
XYZ 37.09 18.12 93.64 -
YUV 104.85 211.04 181.6 -
System Red Green Blue C M Y K H S L
Decimal 180 38 252 0.29 0.85 0 0.01 279.81 0.97 0.57
Hex B4 26 FC 1D 55 0 1 118 61 39
Octal 264 46 374 35 125 0 1 430 141 71
Binary 10110100 100110 11111100 11101 1010101 0 1 100011000 1100001 111001

Color Harmonies of #B426FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426FC

Black with #B426FC

Text Example


Text Example

White with #B426FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426FC; }

 p { color: rgb(180,38,252); }

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

background-color css

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

 a { background-color: rgb(180,38,252); }

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

border-color css

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

 span { border-color: rgb(180,38,252); }

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