Html Css Color HEX #B703F6 Electric Purple

📋 copy color: '#B703F6'

red 183 ◦ green 3 ◦ blue 246

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

Shades of Electric Purple #B703F6

Tints of Electric Purple #B703F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.94%

R = 42.36%
G = 0.69%
B = 56.94%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B703F6 (or 0xB703F6) is known color: Electric Purple. HEX triplet: B7, 03 and F6. RGB value is (183,3,246). Sum of RGB (Red+Green+Blue) = 183+3+246=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #B703F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703F6 is #48FC09. Grayscale: #535353. Windows color (decimal): -4783114 or 16122807. OLE color: 16122807.

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

Color convert

RGB 183 3 246 -
CMYK 0.26 0.99 0 0.04
HSL 284.44º 0.98% 0.49% -
HSV(B) 284.44º 0.99% 0.96% -
XYZ 36.2 16.79 88.52 -
YUV 84.52 219.13 198.24 -
System Red Green Blue C M Y K H S L
Decimal 183 3 246 0.26 0.99 0 0.04 284.44 0.98 0.49
Hex B7 3 F6 1A 63 0 4 11C 62 31
Octal 267 3 366 32 143 0 4 434 142 61
Binary 10110111 11 11110110 11010 1100011 0 100 100011100 1100010 110001

Color Harmonies of #B703F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703F6

Black with #B703F6

Text Example


Text Example

White with #B703F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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