Html Css Color HEX #B725FA Electric Purple

📋 copy color: '#B725FA'

red 183 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #B725FA

Tints of Electric Purple #B725FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 38.94%
G = 7.87%
B = 53.19%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B725FA (or 0xB725FA) is known color: Electric Purple. HEX triplet: B7, 25 and FA. RGB value is (183,37,250). Sum of RGB (Red+Green+Blue) = 183+37+250=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #B725FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725FA is #48DA05. Grayscale: #686868. Windows color (decimal): -4774406 or 16393655. OLE color: 16393655.

HSL color Cylindrical-coordinate representation of color #B725FA: hue angle of 281.13º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B725FA is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 37 250 -
CMYK 0.27 0.85 0 0.02
HSL 281.13º 0.96% 0.56% -
HSV(B) 281.13º 0.85% 0.98% -
XYZ 37.45 18.29 92 -
YUV 104.94 209.87 183.68 -
System Red Green Blue C M Y K H S L
Decimal 183 37 250 0.27 0.85 0 0.02 281.13 0.96 0.56
Hex B7 25 FA 1B 55 0 2 119 60 38
Octal 267 45 372 33 125 0 2 431 140 70
Binary 10110111 100101 11111010 11011 1010101 0 10 100011001 1100000 111000

Color Harmonies of #B725FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725FA

Black with #B725FA

Text Example


Text Example

White with #B725FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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