Html Css Color HEX #B716FA Electric Purple

📋 copy color: '#B716FA'

red 183 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #B716FA

Tints of Electric Purple #B716FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.84%

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

R = 40.22%
G = 4.84%
B = 54.95%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B716FA (or 0xB716FA) is known color: Electric Purple. HEX triplet: B7, 16 and FA. RGB value is (183,22,250). Sum of RGB (Red+Green+Blue) = 183+22+250=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #B716FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B716FA is #48E905. Grayscale: #5F5F5F. Windows color (decimal): -4778246 or 16389815. OLE color: 16389815.

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

Color convert

RGB 183 22 250 -
CMYK 0.27 0.91 0 0.02
HSL 282.37º 0.96% 0.53% -
HSV(B) 282.37º 0.91% 0.98% -
XYZ 37.07 17.54 91.87 -
YUV 96.13 214.84 189.96 -
System Red Green Blue C M Y K H S L
Decimal 183 22 250 0.27 0.91 0 0.02 282.37 0.96 0.53
Hex B7 16 FA 1B 5B 0 2 11A 60 35
Octal 267 26 372 33 133 0 2 432 140 65
Binary 10110111 10110 11111010 11011 1011011 0 10 100011010 1100000 110101

Color Harmonies of #B716FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B716FA

Black with #B716FA

Text Example


Text Example

White with #B716FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B716FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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