Html Css Color HEX #B704F2 Electric Purple

📋 copy color: '#B704F2'

red 183 ◦ green 4 ◦ blue 242

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

Shades of Electric Purple #B704F2

Tints of Electric Purple #B704F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 242 (94.92% from 255) = 56.41%

R = 42.66%
G = 0.93%
B = 56.41%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B704F2 (or 0xB704F2) is known color: Electric Purple. HEX triplet: B7, 04 and F2. RGB value is (183,4,242). Sum of RGB (Red+Green+Blue) = 183+4+242=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #B704F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B704F2 is #48FB0D. Grayscale: #535353. Windows color (decimal): -4782862 or 15860919. OLE color: 15860919.

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

Color convert

RGB 183 4 242 -
CMYK 0.24 0.98 0 0.05
HSL 285.13º 0.97% 0.48% -
HSV(B) 285.13º 0.98% 0.95% -
XYZ 35.6 16.56 85.33 -
YUV 84.65 216.8 198.15 -
System Red Green Blue C M Y K H S L
Decimal 183 4 242 0.24 0.98 0 0.05 285.13 0.97 0.48
Hex B7 4 F2 18 62 0 5 11D 61 30
Octal 267 4 362 30 142 0 5 435 141 60
Binary 10110111 100 11110010 11000 1100010 0 101 100011101 1100001 110000

Color Harmonies of #B704F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704F2

Black with #B704F2

Text Example


Text Example

White with #B704F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704F2; }

 p { color: rgb(183,4,242); }

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

background-color css

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

 a { background-color: rgb(183,4,242); }

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

border-color css

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

 span { border-color: rgb(183,4,242); }

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