Html Css Color HEX #B703F7 Electric Purple

📋 copy color: '#B703F7'

red 183 ◦ green 3 ◦ blue 247

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

Shades of Electric Purple #B703F7

Tints of Electric Purple #B703F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 42.26%
G = 0.69%
B = 57.04%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B703F7 (or 0xB703F7) is known color: Electric Purple. HEX triplet: B7, 03 and F7. RGB value is (183,3,247). Sum of RGB (Red+Green+Blue) = 183+3+247=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #B703F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703F7 is #48FC08. Grayscale: #535353. Windows color (decimal): -4783113 or 16188343. OLE color: 16188343.

HSL color Cylindrical-coordinate representation of color #B703F7: hue angle of 284.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703F7 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 3 247 -
CMYK 0.26 0.99 0 0.03
HSL 284.26º 0.98% 0.49% -
HSV(B) 284.26º 0.99% 0.97% -
XYZ 36.35 16.85 89.33 -
YUV 84.64 219.63 198.16 -
System Red Green Blue C M Y K H S L
Decimal 183 3 247 0.26 0.99 0 0.03 284.26 0.98 0.49
Hex B7 3 F7 1A 63 0 3 11C 62 31
Octal 267 3 367 32 143 0 3 434 142 61
Binary 10110111 11 11110111 11010 1100011 0 11 100011100 1100010 110001

Color Harmonies of #B703F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703F7

Black with #B703F7

Text Example


Text Example

White with #B703F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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