Html Css Color HEX #B703E8 Electric Purple

📋 copy color: '#B703E8'

red 183 ◦ green 3 ◦ blue 232

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

Shades of Electric Purple #B703E8

Tints of Electric Purple #B703E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.5%

R = 43.78%
G = 0.72%
B = 55.5%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B703E8 (or 0xB703E8) is known color: Electric Purple. HEX triplet: B7, 03 and E8. RGB value is (183,3,232). Sum of RGB (Red+Green+Blue) = 183+3+232=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #B703E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703E8 is #48FC17. Grayscale: #525252. Windows color (decimal): -4783128 or 15205303. OLE color: 15205303.

HSL color Cylindrical-coordinate representation of color #B703E8: hue angle of 287.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703E8 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 3 232 -
CMYK 0.21 0.99 0 0.09
HSL 287.16º 0.97% 0.46% -
HSV(B) 287.16º 0.99% 0.91% -
XYZ 34.13 15.96 77.63 -
YUV 82.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 183 3 232 0.21 0.99 0 0.09 287.16 0.97 0.46
Hex B7 3 E8 15 63 0 9 11F 61 2E
Octal 267 3 350 25 143 0 11 437 141 56
Binary 10110111 11 11101000 10101 1100011 0 1001 100011111 1100001 101110

Color Harmonies of #B703E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703E8

Black with #B703E8

Text Example


Text Example

White with #B703E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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