Html Css Color HEX #B62DFA Electric Purple

📋 copy color: '#B62DFA'

red 182 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #B62DFA

Tints of Electric Purple #B62DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 38.16%
G = 9.43%
B = 52.41%

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

#B62DFA (or 0xB62DFA) is known color: Electric Purple. HEX triplet: B6, 2D and FA. RGB value is (182,45,250). Sum of RGB (Red+Green+Blue) = 182+45+250=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #B62DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62DFA is #49D205. Grayscale: #6C6C6C. Windows color (decimal): -4837894 or 16395702. OLE color: 16395702.

HSL color Cylindrical-coordinate representation of color #B62DFA: hue angle of 280.1º degrees, saturation: 0.95, 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 #B62DFA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 45 250 -
CMYK 0.27 0.82 0 0.02
HSL 280.1º 0.95% 0.58% -
HSV(B) 280.1º 0.82% 0.98% -
XYZ 37.49 18.72 92.08 -
YUV 109.33 207.39 179.83 -
System Red Green Blue C M Y K H S L
Decimal 182 45 250 0.27 0.82 0 0.02 280.1 0.95 0.58
Hex B6 2D FA 1B 52 0 2 118 5F 3A
Octal 266 55 372 33 122 0 2 430 137 72
Binary 10110110 101101 11111010 11011 1010010 0 10 100011000 1011111 111010

Color Harmonies of #B62DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DFA

Black with #B62DFA

Text Example


Text Example

White with #B62DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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