Html Css Color HEX #B703F8 Electric Purple

📋 copy color: '#B703F8'

red 183 ◦ green 3 ◦ blue 248

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

Shades of Electric Purple #B703F8

Tints of Electric Purple #B703F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.14%

R = 42.17%
G = 0.69%
B = 57.14%

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

#B703F8 (or 0xB703F8) is known color: Electric Purple. HEX triplet: B7, 03 and F8. RGB value is (183,3,248). Sum of RGB (Red+Green+Blue) = 183+3+248=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #B703F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703F8 is #48FC07. Grayscale: #535353. Windows color (decimal): -4783112 or 16253879. OLE color: 16253879.

HSL color Cylindrical-coordinate representation of color #B703F8: hue angle of 284.08º 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 #B703F8 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 3 248 -
CMYK 0.26 0.99 0 0.03
HSL 284.08º 0.98% 0.49% -
HSV(B) 284.08º 0.99% 0.97% -
XYZ 36.5 16.91 90.15 -
YUV 84.75 220.13 198.08 -
System Red Green Blue C M Y K H S L
Decimal 183 3 248 0.26 0.99 0 0.03 284.08 0.98 0.49
Hex B7 3 F8 1A 63 0 3 11C 62 31
Octal 267 3 370 32 143 0 3 434 142 61
Binary 10110111 11 11111000 11010 1100011 0 11 100011100 1100010 110001

Color Harmonies of #B703F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703F8

Black with #B703F8

Text Example


Text Example

White with #B703F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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