Html Css Color HEX #B62AFF Electric Purple

📋 copy color: '#B62AFF'

red 182 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #B62AFF

Tints of Electric Purple #B62AFF

RGB

 RED value IS 182 (71.48% from 255) = 38%

 GREEN value IS 42 (16.8% from 255) = 8.77%

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

R = 38%
G = 8.77%
B = 53.24%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B62AFF (or 0xB62AFF) is known color: Electric Purple. HEX triplet: B6, 2A and FF. RGB value is (182,42,255). Sum of RGB (Red+Green+Blue) = 182+42+255=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B62AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62AFF is #49D500. Grayscale: #6B6B6B. Windows color (decimal): -4838657 or 16722614. OLE color: 16722614.

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

Color convert

RGB 182 42 255 -
CMYK 0.29 0.84 0 0
HSL 279.44º 1% 0.58% -
HSV(B) 279.44º 0.84% 1% -
XYZ 38.17 18.82 96.23 -
YUV 108.14 210.88 180.68 -
System Red Green Blue C M Y K H S L
Decimal 182 42 255 0.29 0.84 0 0 279.44 1 0.58
Hex B6 2A FF 1D 54 0 0 117 64 3A
Octal 266 52 377 35 124 0 0 427 144 72
Binary 10110110 101010 11111111 11101 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B62AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62AFF

Black with #B62AFF

Text Example


Text Example

White with #B62AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62AFF; }

 p { color: rgb(182,42,255); }

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

background-color css

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

 a { background-color: rgb(182,42,255); }

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

border-color css

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

 span { border-color: rgb(182,42,255); }

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