Html Css Color HEX #B725EE Electric Purple

📋 copy color: '#B725EE'

red 183 ◦ green 37 ◦ blue 238

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

Shades of Electric Purple #B725EE

Tints of Electric Purple #B725EE

RGB

 RED value IS 183 (71.88% from 255) = 39.96%

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 39.96%
G = 8.08%
B = 51.97%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B725EE (or 0xB725EE) is known color: Electric Purple. HEX triplet: B7, 25 and EE. RGB value is (183,37,238). Sum of RGB (Red+Green+Blue) = 183+37+238=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #B725EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725EE is #48DA11. Grayscale: #666666. Windows color (decimal): -4774418 or 15607223. OLE color: 15607223.

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

Color convert

RGB 183 37 238 -
CMYK 0.23 0.84 0 0.07
HSL 283.58º 0.86% 0.54% -
HSV(B) 283.58º 0.84% 0.93% -
XYZ 35.62 17.56 82.4 -
YUV 103.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 183 37 238 0.23 0.84 0 0.07 283.58 0.86 0.54
Hex B7 25 EE 17 54 0 7 11C 56 36
Octal 267 45 356 27 124 0 7 434 126 66
Binary 10110111 100101 11101110 10111 1010100 0 111 100011100 1010110 110110

Color Harmonies of #B725EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725EE

Black with #B725EE

Text Example


Text Example

White with #B725EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725EE; }

 p { color: rgb(183,37,238); }

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

background-color css

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

 a { background-color: rgb(183,37,238); }

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

border-color css

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

 span { border-color: rgb(183,37,238); }

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