Html Css Color HEX #B731FC Electric Purple

📋 copy color: '#B731FC'

red 183 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #B731FC

Tints of Electric Purple #B731FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.12%

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 37.81%
G = 10.12%
B = 52.07%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B731FC (or 0xB731FC) is known color: Electric Purple. HEX triplet: B7, 31 and FC. RGB value is (183,49,252). Sum of RGB (Red+Green+Blue) = 183+49+252=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #B731FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731FC is #48CE03. Grayscale: #6F6F6F. Windows color (decimal): -4771332 or 16527799. OLE color: 16527799.

HSL color Cylindrical-coordinate representation of color #B731FC: hue angle of 279.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B731FC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 49 252 -
CMYK 0.27 0.81 0 0.01
HSL 279.61º 0.97% 0.59% -
HSV(B) 279.61º 0.81% 0.99% -
XYZ 38.2 19.29 93.81 -
YUV 112.21 206.89 178.49 -
System Red Green Blue C M Y K H S L
Decimal 183 49 252 0.27 0.81 0 0.01 279.61 0.97 0.59
Hex B7 31 FC 1B 51 0 1 118 61 3B
Octal 267 61 374 33 121 0 1 430 141 73
Binary 10110111 110001 11111100 11011 1010001 0 1 100011000 1100001 111011

Color Harmonies of #B731FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731FC

Black with #B731FC

Text Example


Text Example

White with #B731FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731FC; }

 p { color: rgb(183,49,252); }

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

background-color css

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

 a { background-color: rgb(183,49,252); }

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

border-color css

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

 span { border-color: rgb(183,49,252); }

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