Html Css Color HEX #B62FFC Electric Purple

📋 copy color: '#B62FFC'

red 182 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #B62FFC

Tints of Electric Purple #B62FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.77%

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

R = 37.84%
G = 9.77%
B = 52.39%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B62FFC (or 0xB62FFC) is known color: Electric Purple. HEX triplet: B6, 2F and FC. RGB value is (182,47,252). Sum of RGB (Red+Green+Blue) = 182+47+252=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #B62FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62FFC is #49D003. Grayscale: #6E6E6E. Windows color (decimal): -4837380 or 16527286. OLE color: 16527286.

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

Color convert

RGB 182 47 252 -
CMYK 0.28 0.81 0 0.01
HSL 279.51º 0.97% 0.59% -
HSV(B) 279.51º 0.81% 0.99% -
XYZ 37.88 19.01 93.77 -
YUV 110.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 182 47 252 0.28 0.81 0 0.01 279.51 0.97 0.59
Hex B6 2F FC 1C 51 0 1 118 61 3B
Octal 266 57 374 34 121 0 1 430 141 73
Binary 10110110 101111 11111100 11100 1010001 0 1 100011000 1100001 111011

Color Harmonies of #B62FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FFC

Black with #B62FFC

Text Example


Text Example

White with #B62FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FFC; }

 p { color: rgb(182,47,252); }

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

background-color css

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

 a { background-color: rgb(182,47,252); }

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

border-color css

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

 span { border-color: rgb(182,47,252); }

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