Html Css Color HEX #B725FB Electric Purple

📋 copy color: '#B725FB'

red 183 ◦ green 37 ◦ blue 251

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

Shades of Electric Purple #B725FB

Tints of Electric Purple #B725FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 38.85%
G = 7.86%
B = 53.29%

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

#B725FB (or 0xB725FB) is known color: Electric Purple. HEX triplet: B7, 25 and FB. RGB value is (183,37,251). Sum of RGB (Red+Green+Blue) = 183+37+251=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #B725FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B725FB is #48DA04. Grayscale: #686868. Windows color (decimal): -4774405 or 16459191. OLE color: 16459191.

HSL color Cylindrical-coordinate representation of color #B725FB: hue angle of 280.93º 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 #B725FB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 37 251 -
CMYK 0.27 0.85 0 0.02
HSL 280.93º 0.96% 0.56% -
HSV(B) 280.93º 0.85% 0.98% -
XYZ 37.6 18.36 92.83 -
YUV 105.05 210.37 183.6 -
System Red Green Blue C M Y K H S L
Decimal 183 37 251 0.27 0.85 0 0.02 280.93 0.96 0.56
Hex B7 25 FB 1B 55 0 2 119 60 38
Octal 267 45 373 33 125 0 2 431 140 70
Binary 10110111 100101 11111011 11011 1010101 0 10 100011001 1100000 111000

Color Harmonies of #B725FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725FB

Black with #B725FB

Text Example


Text Example

White with #B725FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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