Html Css Color HEX #B925EC Electric Purple

📋 copy color: '#B925EC'

red 185 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #B925EC

Tints of Electric Purple #B925EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.08%

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 40.39%
G = 8.08%
B = 51.53%

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

#B925EC (or 0xB925EC) is known color: Electric Purple. HEX triplet: B9, 25 and EC. RGB value is (185,37,236). Sum of RGB (Red+Green+Blue) = 185+37+236=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B925EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B925EC is #46DA13. Grayscale: #676767. Windows color (decimal): -4643348 or 15476153. OLE color: 15476153.

HSL color Cylindrical-coordinate representation of color #B925EC: hue angle of 284.62º degrees, saturation: 0.84, 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 #B925EC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 37 236 -
CMYK 0.22 0.84 0 0.07
HSL 284.62º 0.84% 0.54% -
HSV(B) 284.62º 0.84% 0.93% -
XYZ 35.81 17.69 80.88 -
YUV 103.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 185 37 236 0.22 0.84 0 0.07 284.62 0.84 0.54
Hex B9 25 EC 16 54 0 7 11D 54 36
Octal 271 45 354 26 124 0 7 435 124 66
Binary 10111001 100101 11101100 10110 1010100 0 111 100011101 1010100 110110

Color Harmonies of #B925EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925EC

Black with #B925EC

Text Example


Text Example

White with #B925EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925EC; }

 p { color: rgb(185,37,236); }

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

background-color css

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

 a { background-color: rgb(185,37,236); }

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

border-color css

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

 span { border-color: rgb(185,37,236); }

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