Html Css Color HEX #B621FF Electric Purple

📋 copy color: '#B621FF'

red 182 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #B621FF

Tints of Electric Purple #B621FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.02%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 38.72%
G = 7.02%
B = 54.26%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B621FF (or 0xB621FF) is known color: Electric Purple. HEX triplet: B6, 21 and FF. RGB value is (182,33,255). Sum of RGB (Red+Green+Blue) = 182+33+255=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B621FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B621FF is #49DE00. Grayscale: #666666. Windows color (decimal): -4840961 or 16720310. OLE color: 16720310.

HSL color Cylindrical-coordinate representation of color #B621FF: hue angle of 280.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B621FF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 33 255 -
CMYK 0.29 0.87 0 0
HSL 280.27º 1% 0.56% -
HSV(B) 280.27º 0.87% 1% -
XYZ 37.89 18.25 96.13 -
YUV 102.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 182 33 255 0.29 0.87 0 0 280.27 1 0.56
Hex B6 21 FF 1D 57 0 0 118 64 38
Octal 266 41 377 35 127 0 0 430 144 70
Binary 10110110 100001 11111111 11101 1010111 0 0 100011000 1100100 111000

Color Harmonies of #B621FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621FF

Black with #B621FF

Text Example


Text Example

White with #B621FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621FF; }

 p { color: rgb(182,33,255); }

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

background-color css

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

 a { background-color: rgb(182,33,255); }

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

border-color css

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

 span { border-color: rgb(182,33,255); }

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