Html Css Color HEX #B705ED Electric Purple

📋 copy color: '#B705ED'

red 183 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #B705ED

Tints of Electric Purple #B705ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 43.06%
G = 1.18%
B = 55.76%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B705ED (or 0xB705ED) is known color: Electric Purple. HEX triplet: B7, 05 and ED. RGB value is (183,5,237). Sum of RGB (Red+Green+Blue) = 183+5+237=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B705ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705ED is #48FA12. Grayscale: #535353. Windows color (decimal): -4782611 or 15533495. OLE color: 15533495.

HSL color Cylindrical-coordinate representation of color #B705ED: hue angle of 286.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705ED is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 5 237 -
CMYK 0.23 0.98 0 0.07
HSL 286.03º 0.96% 0.47% -
HSV(B) 286.03º 0.98% 0.93% -
XYZ 34.87 16.29 81.43 -
YUV 84.67 213.97 198.14 -
System Red Green Blue C M Y K H S L
Decimal 183 5 237 0.23 0.98 0 0.07 286.03 0.96 0.47
Hex B7 5 ED 17 62 0 7 11E 60 2F
Octal 267 5 355 27 142 0 7 436 140 57
Binary 10110111 101 11101101 10111 1100010 0 111 100011110 1100000 101111

Color Harmonies of #B705ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705ED

Black with #B705ED

Text Example


Text Example

White with #B705ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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