Html Css Color HEX #B702F1 Electric Purple

📋 copy color: '#B702F1'

red 183 ◦ green 2 ◦ blue 241

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

Shades of Electric Purple #B702F1

Tints of Electric Purple #B702F1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 241 (94.53% from 255) = 56.57%

R = 42.96%
G = 0.47%
B = 56.57%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B702F1 (or 0xB702F1) is known color: Electric Purple. HEX triplet: B7, 02 and F1. RGB value is (183,2,241). Sum of RGB (Red+Green+Blue) = 183+2+241=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #B702F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702F1 is #48FD0E. Grayscale: #525252. Windows color (decimal): -4783375 or 15794871. OLE color: 15794871.

HSL color Cylindrical-coordinate representation of color #B702F1: hue angle of 285.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702F1 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 2 241 -
CMYK 0.24 0.99 0 0.05
HSL 285.44º 0.98% 0.48% -
HSV(B) 285.44º 0.99% 0.95% -
XYZ 35.43 16.46 84.53 -
YUV 83.37 216.97 199.07 -
System Red Green Blue C M Y K H S L
Decimal 183 2 241 0.24 0.99 0 0.05 285.44 0.98 0.48
Hex B7 2 F1 18 63 0 5 11D 62 30
Octal 267 2 361 30 143 0 5 435 142 60
Binary 10110111 10 11110001 11000 1100011 0 101 100011101 1100010 110000

Color Harmonies of #B702F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702F1

Black with #B702F1

Text Example


Text Example

White with #B702F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702F1; }

 p { color: rgb(183,2,241); }

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

background-color css

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

 a { background-color: rgb(183,2,241); }

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

border-color css

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

 span { border-color: rgb(183,2,241); }

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