Html Css Color HEX #B703FA Electric Purple

📋 copy color: '#B703FA'

red 183 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #B703FA

Tints of Electric Purple #B703FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

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

R = 41.97%
G = 0.69%
B = 57.34%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B703FA (or 0xB703FA) is known color: Electric Purple. HEX triplet: B7, 03 and FA. RGB value is (183,3,250). Sum of RGB (Red+Green+Blue) = 183+3+250=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #B703FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703FA is #48FC05. Grayscale: #545454. Windows color (decimal): -4783110 or 16384951. OLE color: 16384951.

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

Color convert

RGB 183 3 250 -
CMYK 0.27 0.99 0 0.02
HSL 283.72º 0.98% 0.5% -
HSV(B) 283.72º 0.99% 0.98% -
XYZ 36.82 17.03 91.79 -
YUV 84.98 221.13 197.92 -
System Red Green Blue C M Y K H S L
Decimal 183 3 250 0.27 0.99 0 0.02 283.72 0.98 0.5
Hex B7 3 FA 1B 63 0 2 11C 62 32
Octal 267 3 372 33 143 0 2 434 142 62
Binary 10110111 11 11111010 11011 1100011 0 10 100011100 1100010 110010

Color Harmonies of #B703FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703FA

Black with #B703FA

Text Example


Text Example

White with #B703FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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