Html Css Color HEX #B725FF Electric Purple

📋 copy color: '#B725FF'

red 183 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B725FF

Tints of Electric Purple #B725FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 38.53%
G = 7.79%
B = 53.68%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B725FF (or 0xB725FF) is known color: Electric Purple. HEX triplet: B7, 25 and FF. RGB value is (183,37,255). Sum of RGB (Red+Green+Blue) = 183+37+255=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B725FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725FF is #48DA00. Grayscale: #686868. Windows color (decimal): -4774401 or 16721335. OLE color: 16721335.

HSL color Cylindrical-coordinate representation of color #B725FF: hue angle of 280.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B725FF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 37 255 -
CMYK 0.28 0.85 0 0
HSL 280.18º 1% 0.57% -
HSV(B) 280.18º 0.85% 1% -
XYZ 38.24 18.61 96.18 -
YUV 105.51 212.37 183.27 -
System Red Green Blue C M Y K H S L
Decimal 183 37 255 0.28 0.85 0 0 280.18 1 0.57
Hex B7 25 FF 1C 55 0 0 118 64 39
Octal 267 45 377 34 125 0 0 430 144 71
Binary 10110111 100101 11111111 11100 1010101 0 0 100011000 1100100 111001

Color Harmonies of #B725FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725FF

Black with #B725FF

Text Example


Text Example

White with #B725FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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