Html Css Color HEX #B826FA Electric Purple

📋 copy color: '#B826FA'

red 184 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B826FA

Tints of Electric Purple #B826FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 38.98%
G = 8.05%
B = 52.97%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B826FA (or 0xB826FA) is known color: Electric Purple. HEX triplet: B8, 26 and FA. RGB value is (184,38,250). Sum of RGB (Red+Green+Blue) = 184+38+250=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #B826FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826FA is #47D905. Grayscale: #696969. Windows color (decimal): -4708614 or 16393912. OLE color: 16393912.

HSL color Cylindrical-coordinate representation of color #B826FA: hue angle of 281.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B826FA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 38 250 -
CMYK 0.26 0.85 0 0.02
HSL 281.32º 0.95% 0.56% -
HSV(B) 281.32º 0.85% 0.98% -
XYZ 37.72 18.48 92.02 -
YUV 105.82 209.37 183.76 -
System Red Green Blue C M Y K H S L
Decimal 184 38 250 0.26 0.85 0 0.02 281.32 0.95 0.56
Hex B8 26 FA 1A 55 0 2 119 5F 38
Octal 270 46 372 32 125 0 2 431 137 70
Binary 10111000 100110 11111010 11010 1010101 0 10 100011001 1011111 111000

Color Harmonies of #B826FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826FA

Black with #B826FA

Text Example


Text Example

White with #B826FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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