Html Css Color HEX #B419FF Electric Purple

📋 copy color: '#B419FF'

red 180 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #B419FF

Tints of Electric Purple #B419FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.43%

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

R = 39.13%
G = 5.43%
B = 55.43%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B419FF (or 0xB419FF) is known color: Electric Purple. HEX triplet: B4, 19 and FF. RGB value is (180,25,255). Sum of RGB (Red+Green+Blue) = 180+25+255=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B419FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B419FF is #4BE600. Grayscale: #606060. Windows color (decimal): -4974081 or 16718260. OLE color: 16718260.

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

Color convert

RGB 180 25 255 -
CMYK 0.29 0.90 0 0
HSL 280.43º 1% 0.55% -
HSV(B) 280.43º 0.9% 1% -
XYZ 37.22 17.62 96.05 -
YUV 97.57 216.85 186.8 -
System Red Green Blue C M Y K H S L
Decimal 180 25 255 0.29 0.90 0 0 280.43 1 0.55
Hex B4 19 FF 1D 5A 0 0 118 64 37
Octal 264 31 377 35 132 0 0 430 144 67
Binary 10110100 11001 11111111 11101 1011010 0 0 100011000 1100100 110111

Color Harmonies of #B419FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B419FF

Black with #B419FF

Text Example


Text Example

White with #B419FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B419FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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