Html Css Color HEX #B626FF Electric Purple

📋 copy color: '#B626FF'

red 182 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #B626FF

Tints of Electric Purple #B626FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8%

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

R = 38.32%
G = 8%
B = 53.68%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B626FF (or 0xB626FF) is known color: Electric Purple. HEX triplet: B6, 26 and FF. RGB value is (182,38,255). Sum of RGB (Red+Green+Blue) = 182+38+255=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B626FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B626FF is #49D900. Grayscale: #696969. Windows color (decimal): -4839681 or 16721590. OLE color: 16721590.

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

Color convert

RGB 182 38 255 -
CMYK 0.29 0.85 0 0
HSL 279.82º 1% 0.57% -
HSV(B) 279.82º 0.85% 1% -
XYZ 38.03 18.55 96.18 -
YUV 105.79 212.21 182.36 -
System Red Green Blue C M Y K H S L
Decimal 182 38 255 0.29 0.85 0 0 279.82 1 0.57
Hex B6 26 FF 1D 55 0 0 118 64 39
Octal 266 46 377 35 125 0 0 430 144 71
Binary 10110110 100110 11111111 11101 1010101 0 0 100011000 1100100 111001

Color Harmonies of #B626FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626FF

Black with #B626FF

Text Example


Text Example

White with #B626FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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