Html Css Color HEX #B624FF Electric Purple

📋 copy color: '#B624FF'

red 182 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #B624FF

Tints of Electric Purple #B624FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.61%

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

R = 38.48%
G = 7.61%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B624FF (or 0xB624FF) is known color: Electric Purple. HEX triplet: B6, 24 and FF. RGB value is (182,36,255). Sum of RGB (Red+Green+Blue) = 182+36+255=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B624FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B624FF is #49DB00. Grayscale: #676767. Windows color (decimal): -4840193 or 16721078. OLE color: 16721078.

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

Color convert

RGB 182 36 255 -
CMYK 0.29 0.86 0 0
HSL 280º 1% 0.57% -
HSV(B) 280º 0.86% 1% -
XYZ 37.97 18.43 96.16 -
YUV 104.62 212.87 183.19 -
System Red Green Blue C M Y K H S L
Decimal 182 36 255 0.29 0.86 0 0 280 1 0.57
Hex B6 24 FF 1D 56 0 0 118 64 39
Octal 266 44 377 35 126 0 0 430 144 71
Binary 10110110 100100 11111111 11101 1010110 0 0 100011000 1100100 111001

Color Harmonies of #B624FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624FF

Black with #B624FF

Text Example


Text Example

White with #B624FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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