Html Css Color HEX #B705FD Electric Purple

📋 copy color: '#B705FD'

red 183 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #B705FD

Tints of Electric Purple #B705FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 41.5%
G = 1.13%
B = 57.37%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B705FD (or 0xB705FD) is known color: Electric Purple. HEX triplet: B7, 05 and FD. RGB value is (183,5,253). Sum of RGB (Red+Green+Blue) = 183+5+253=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #B705FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705FD is #48FA02. Grayscale: #555555. Windows color (decimal): -4782595 or 16582071. OLE color: 16582071.

HSL color Cylindrical-coordinate representation of color #B705FD: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705FD is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 5 253 -
CMYK 0.28 0.98 0 0.01
HSL 283.06º 0.98% 0.51% -
HSV(B) 283.06º 0.98% 0.99% -
XYZ 37.31 17.27 94.29 -
YUV 86.49 221.97 196.83 -
System Red Green Blue C M Y K H S L
Decimal 183 5 253 0.28 0.98 0 0.01 283.06 0.98 0.51
Hex B7 5 FD 1C 62 0 1 11B 62 33
Octal 267 5 375 34 142 0 1 433 142 63
Binary 10110111 101 11111101 11100 1100010 0 1 100011011 1100010 110011

Color Harmonies of #B705FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705FD

Black with #B705FD

Text Example


Text Example

White with #B705FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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