Html Css Color HEX #B427FF Electric Purple

📋 copy color: '#B427FF'

red 180 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #B427FF

Tints of Electric Purple #B427FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 37.97%
G = 8.23%
B = 53.8%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B427FF (or 0xB427FF) is known color: Electric Purple. HEX triplet: B4, 27 and FF. RGB value is (180,39,255). Sum of RGB (Red+Green+Blue) = 180+39+255=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #B427FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B427FF is #4BD800. Grayscale: #696969. Windows color (decimal): -4970497 or 16721844. OLE color: 16721844.

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

Color convert

RGB 180 39 255 -
CMYK 0.29 0.85 0 0
HSL 279.17º 1% 0.58% -
HSV(B) 279.17º 0.85% 1% -
XYZ 37.6 18.37 96.17 -
YUV 105.78 212.21 180.94 -
System Red Green Blue C M Y K H S L
Decimal 180 39 255 0.29 0.85 0 0 279.17 1 0.58
Hex B4 27 FF 1D 55 0 0 117 64 3A
Octal 264 47 377 35 125 0 0 427 144 72
Binary 10110100 100111 11111111 11101 1010101 0 0 100010111 1100100 111010

Color Harmonies of #B427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427FF

Black with #B427FF

Text Example


Text Example

White with #B427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427FF; }

 p { color: rgb(180,39,255); }

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

background-color css

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

 a { background-color: rgb(180,39,255); }

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

border-color css

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

 span { border-color: rgb(180,39,255); }

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