Html Css Color HEX #B62CFD Electric Purple

📋 copy color: '#B62CFD'

red 182 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #B62CFD

Tints of Electric Purple #B62CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.19%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 38%
G = 9.19%
B = 52.82%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B62CFD (or 0xB62CFD) is known color: Electric Purple. HEX triplet: B6, 2C and FD. RGB value is (182,44,253). Sum of RGB (Red+Green+Blue) = 182+44+253=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #B62CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62CFD is #49D302. Grayscale: #6C6C6C. Windows color (decimal): -4838147 or 16592054. OLE color: 16592054.

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

Color convert

RGB 182 44 253 -
CMYK 0.28 0.83 0 0.01
HSL 279.62º 0.98% 0.58% -
HSV(B) 279.62º 0.83% 0.99% -
XYZ 37.92 18.84 94.57 -
YUV 109.09 209.22 180.01 -
System Red Green Blue C M Y K H S L
Decimal 182 44 253 0.28 0.83 0 0.01 279.62 0.98 0.58
Hex B6 2C FD 1C 53 0 1 118 62 3A
Octal 266 54 375 34 123 0 1 430 142 72
Binary 10110110 101100 11111101 11100 1010011 0 1 100011000 1100010 111010

Color Harmonies of #B62CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62CFD

Black with #B62CFD

Text Example


Text Example

White with #B62CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62CFD; }

 p { color: rgb(182,44,253); }

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

background-color css

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

 a { background-color: rgb(182,44,253); }

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

border-color css

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

 span { border-color: rgb(182,44,253); }

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