Html Css Color HEX #B40FF3 Electric Purple

📋 copy color: '#B40FF3'

red 180 ◦ green 15 ◦ blue 243

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

Shades of Electric Purple #B40FF3

Tints of Electric Purple #B40FF3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 41.1%
G = 3.42%
B = 55.48%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B40FF3 (or 0xB40FF3) is known color: Electric Purple. HEX triplet: B4, 0F and F3. RGB value is (180,15,243). Sum of RGB (Red+Green+Blue) = 180+15+243=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B40FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40FF3 is #4BF00C. Grayscale: #595959. Windows color (decimal): -4976653 or 15929268. OLE color: 15929268.

HSL color Cylindrical-coordinate representation of color #B40FF3: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40FF3 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 15 243 -
CMYK 0.26 0.94 0 0.05
HSL 283.42º 0.9% 0.51% -
HSV(B) 283.42º 0.94% 0.95% -
XYZ 35.17 16.52 86.13 -
YUV 90.33 214.16 191.96 -
System Red Green Blue C M Y K H S L
Decimal 180 15 243 0.26 0.94 0 0.05 283.42 0.9 0.51
Hex B4 F F3 1A 5E 0 5 11B 5A 33
Octal 264 17 363 32 136 0 5 433 132 63
Binary 10110100 1111 11110011 11010 1011110 0 101 100011011 1011010 110011

Color Harmonies of #B40FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FF3

Black with #B40FF3

Text Example


Text Example

White with #B40FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FF3; }

 p { color: rgb(180,15,243); }

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

background-color css

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

 a { background-color: rgb(180,15,243); }

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

border-color css

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

 span { border-color: rgb(180,15,243); }

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