Html Css Color HEX #B929ED Electric Purple

📋 copy color: '#B929ED'

red 185 ◦ green 41 ◦ blue 237

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

Shades of Electric Purple #B929ED

Tints of Electric Purple #B929ED

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.86%

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

R = 39.96%
G = 8.86%
B = 51.19%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B929ED (or 0xB929ED) is known color: Electric Purple. HEX triplet: B9, 29 and ED. RGB value is (185,41,237). Sum of RGB (Red+Green+Blue) = 185+41+237=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B929ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B929ED is #46D612. Grayscale: #696969. Windows color (decimal): -4642323 or 15542713. OLE color: 15542713.

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

Color convert

RGB 185 41 237 -
CMYK 0.22 0.83 0 0.07
HSL 284.08º 0.84% 0.55% -
HSV(B) 284.08º 0.83% 0.93% -
XYZ 36.09 18.01 81.7 -
YUV 106.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 185 41 237 0.22 0.83 0 0.07 284.08 0.84 0.55
Hex B9 29 ED 16 53 0 7 11C 54 37
Octal 271 51 355 26 123 0 7 434 124 67
Binary 10111001 101001 11101101 10110 1010011 0 111 100011100 1010100 110111

Color Harmonies of #B929ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929ED

Black with #B929ED

Text Example


Text Example

White with #B929ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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