Html Css Color HEX #B705FA Electric Purple

📋 copy color: '#B705FA'

red 183 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #B705FA

Tints of Electric Purple #B705FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 41.78%
G = 1.14%
B = 57.08%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B705FA (or 0xB705FA) is known color: Electric Purple. HEX triplet: B7, 05 and FA. RGB value is (183,5,250). Sum of RGB (Red+Green+Blue) = 183+5+250=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #B705FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705FA is #48FA05. Grayscale: #555555. Windows color (decimal): -4782598 or 16385463. OLE color: 16385463.

HSL color Cylindrical-coordinate representation of color #B705FA: hue angle of 283.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705FA is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 5 250 -
CMYK 0.27 0.98 0 0.02
HSL 283.59º 0.96% 0.5% -
HSV(B) 283.59º 0.98% 0.98% -
XYZ 36.84 17.08 91.8 -
YUV 86.15 220.47 197.08 -
System Red Green Blue C M Y K H S L
Decimal 183 5 250 0.27 0.98 0 0.02 283.59 0.96 0.5
Hex B7 5 FA 1B 62 0 2 11C 60 32
Octal 267 5 372 33 142 0 2 434 140 62
Binary 10110111 101 11111010 11011 1100010 0 10 100011100 1100000 110010

Color Harmonies of #B705FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705FA

Black with #B705FA

Text Example


Text Example

White with #B705FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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