Html Css Color HEX #B826FF Electric Purple

📋 copy color: '#B826FF'

red 184 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #B826FF

Tints of Electric Purple #B826FF

RGB

 RED value IS 184 (72.27% from 255) = 38.57%

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

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

R = 38.57%
G = 7.97%
B = 53.46%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B826FF (or 0xB826FF) is known color: Electric Purple. HEX triplet: B8, 26 and FF. RGB value is (184,38,255). Sum of RGB (Red+Green+Blue) = 184+38+255=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B826FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826FF is #47D900. Grayscale: #696969. Windows color (decimal): -4708609 or 16721592. OLE color: 16721592.

HSL color Cylindrical-coordinate representation of color #B826FF: hue angle of 280.37º 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 #B826FF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 38 255 -
CMYK 0.28 0.85 0 0
HSL 280.37º 1% 0.57% -
HSV(B) 280.37º 0.85% 1% -
XYZ 38.51 18.8 96.21 -
YUV 106.39 211.87 183.36 -
System Red Green Blue C M Y K H S L
Decimal 184 38 255 0.28 0.85 0 0 280.37 1 0.57
Hex B8 26 FF 1C 55 0 0 118 64 39
Octal 270 46 377 34 125 0 0 430 144 71
Binary 10111000 100110 11111111 11100 1010101 0 0 100011000 1100100 111001

Color Harmonies of #B826FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826FF

Black with #B826FF

Text Example


Text Example

White with #B826FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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