Html Css Color HEX #B718FA Electric Purple

📋 copy color: '#B718FA'

red 183 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #B718FA

Tints of Electric Purple #B718FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.25%

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

R = 40.04%
G = 5.25%
B = 54.7%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B718FA (or 0xB718FA) is known color: Electric Purple. HEX triplet: B7, 18 and FA. RGB value is (183,24,250). Sum of RGB (Red+Green+Blue) = 183+24+250=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #B718FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B718FA is #48E705. Grayscale: #606060. Windows color (decimal): -4777734 or 16390327. OLE color: 16390327.

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

Color convert

RGB 183 24 250 -
CMYK 0.27 0.90 0 0.02
HSL 282.21º 0.96% 0.54% -
HSV(B) 282.21º 0.9% 0.98% -
XYZ 37.11 17.62 91.89 -
YUV 97.31 214.18 189.12 -
System Red Green Blue C M Y K H S L
Decimal 183 24 250 0.27 0.90 0 0.02 282.21 0.96 0.54
Hex B7 18 FA 1B 5A 0 2 11A 60 36
Octal 267 30 372 33 132 0 2 432 140 66
Binary 10110111 11000 11111010 11011 1011010 0 10 100011010 1100000 110110

Color Harmonies of #B718FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718FA

Black with #B718FA

Text Example


Text Example

White with #B718FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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