Html Css Color HEX #B62FFD Electric Purple

📋 copy color: '#B62FFD'

red 182 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #B62FFD

Tints of Electric Purple #B62FFD

RGB

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

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

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

R = 37.76%
G = 9.75%
B = 52.49%

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

#B62FFD (or 0xB62FFD) is known color: Electric Purple. HEX triplet: B6, 2F and FD. RGB value is (182,47,253). Sum of RGB (Red+Green+Blue) = 182+47+253=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #B62FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62FFD is #49D002. Grayscale: #6E6E6E. Windows color (decimal): -4837379 or 16592822. OLE color: 16592822.

HSL color Cylindrical-coordinate representation of color #B62FFD: hue angle of 279.32º degrees, saturation: 0.98, 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 #B62FFD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 47 253 -
CMYK 0.28 0.81 0 0.01
HSL 279.32º 0.98% 0.59% -
HSV(B) 279.32º 0.81% 0.99% -
XYZ 38.04 19.07 94.6 -
YUV 110.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 182 47 253 0.28 0.81 0 0.01 279.32 0.98 0.59
Hex B6 2F FD 1C 51 0 1 117 62 3B
Octal 266 57 375 34 121 0 1 427 142 73
Binary 10110110 101111 11111101 11100 1010001 0 1 100010111 1100010 111011

Color Harmonies of #B62FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FFD

Black with #B62FFD

Text Example


Text Example

White with #B62FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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