Html Css Color HEX #B926ED Electric Purple

📋 copy color: '#B926ED'

red 185 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #B926ED

Tints of Electric Purple #B926ED

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 40.22%
G = 8.26%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B926ED (or 0xB926ED) is known color: Electric Purple. HEX triplet: B9, 26 and ED. RGB value is (185,38,237). Sum of RGB (Red+Green+Blue) = 185+38+237=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B926ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926ED is #46D912. Grayscale: #676767. Windows color (decimal): -4643091 or 15541945. OLE color: 15541945.

HSL color Cylindrical-coordinate representation of color #B926ED: hue angle of 284.32º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B926ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 38 237 -
CMYK 0.22 0.84 0 0.07
HSL 284.32º 0.85% 0.54% -
HSV(B) 284.32º 0.84% 0.93% -
XYZ 35.99 17.81 81.66 -
YUV 104.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 185 38 237 0.22 0.84 0 0.07 284.32 0.85 0.54
Hex B9 26 ED 16 54 0 7 11C 55 36
Octal 271 46 355 26 124 0 7 434 125 66
Binary 10111001 100110 11101101 10110 1010100 0 111 100011100 1010101 110110

Color Harmonies of #B926ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926ED

Black with #B926ED

Text Example


Text Example

White with #B926ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926ED; }

 p { color: rgb(185,38,237); }

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

background-color css

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

 a { background-color: rgb(185,38,237); }

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

border-color css

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

 span { border-color: rgb(185,38,237); }

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