Html Css Color HEX #B705F1 Electric Purple

📋 copy color: '#B705F1'

red 183 ◦ green 5 ◦ blue 241

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

Shades of Electric Purple #B705F1

Tints of Electric Purple #B705F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 42.66%
G = 1.17%
B = 56.18%

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

#B705F1 (or 0xB705F1) is known color: Electric Purple. HEX triplet: B7, 05 and F1. RGB value is (183,5,241). Sum of RGB (Red+Green+Blue) = 183+5+241=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #B705F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705F1 is #48FA0E. Grayscale: #545454. Windows color (decimal): -4782607 or 15795639. OLE color: 15795639.

HSL color Cylindrical-coordinate representation of color #B705F1: hue angle of 285.25º degrees, saturation: 0.96, 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 #B705F1 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 5 241 -
CMYK 0.24 0.98 0 0.05
HSL 285.25º 0.96% 0.48% -
HSV(B) 285.25º 0.98% 0.95% -
XYZ 35.46 16.53 84.54 -
YUV 85.13 215.97 197.81 -
System Red Green Blue C M Y K H S L
Decimal 183 5 241 0.24 0.98 0 0.05 285.25 0.96 0.48
Hex B7 5 F1 18 62 0 5 11D 60 30
Octal 267 5 361 30 142 0 5 435 140 60
Binary 10110111 101 11110001 11000 1100010 0 101 100011101 1100000 110000

Color Harmonies of #B705F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705F1

Black with #B705F1

Text Example


Text Example

White with #B705F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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