Html Css Color HEX #B62DFB Electric Purple

📋 copy color: '#B62DFB'

red 182 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B62DFB

Tints of Electric Purple #B62DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 38.08%
G = 9.41%
B = 52.51%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B62DFB (or 0xB62DFB) is known color: Electric Purple. HEX triplet: B6, 2D and FB. RGB value is (182,45,251). Sum of RGB (Red+Green+Blue) = 182+45+251=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #B62DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62DFB is #49D204. Grayscale: #6C6C6C. Windows color (decimal): -4837893 or 16461238. OLE color: 16461238.

HSL color Cylindrical-coordinate representation of color #B62DFB: hue angle of 279.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62DFB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 45 251 -
CMYK 0.27 0.82 0 0.02
HSL 279.9º 0.96% 0.58% -
HSV(B) 279.9º 0.82% 0.98% -
XYZ 37.64 18.79 92.91 -
YUV 109.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 182 45 251 0.27 0.82 0 0.02 279.9 0.96 0.58
Hex B6 2D FB 1B 52 0 2 118 60 3A
Octal 266 55 373 33 122 0 2 430 140 72
Binary 10110110 101101 11111011 11011 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B62DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DFB

Black with #B62DFB

Text Example


Text Example

White with #B62DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DFB; }

 p { color: rgb(182,45,251); }

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

background-color css

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

 a { background-color: rgb(182,45,251); }

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

border-color css

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

 span { border-color: rgb(182,45,251); }

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