Html Css Color HEX #B619FA Electric Purple

📋 copy color: '#B619FA'

red 182 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #B619FA

Tints of Electric Purple #B619FA

RGB

 RED value IS 182 (71.48% from 255) = 39.82%

 GREEN value IS 25 (10.16% from 255) = 5.47%

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

R = 39.82%
G = 5.47%
B = 54.7%

CMYK

 C value IS 0.27

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B619FA (or 0xB619FA) is known color: Electric Purple. HEX triplet: B6, 19 and FA. RGB value is (182,25,250). Sum of RGB (Red+Green+Blue) = 182+25+250=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 25 (10.16% from 255 or 5.47% 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 #B619FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619FA is #49E605. Grayscale: #606060. Windows color (decimal): -4843014 or 16390582. OLE color: 16390582.

HSL color Cylindrical-coordinate representation of color #B619FA: hue angle of 281.87º 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 #B619FA is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 25 250 -
CMYK 0.27 0.9 0 0.02
HSL 281.87º 0.96% 0.54% -
HSV(B) 281.87º 0.9% 0.98% -
XYZ 36.89 17.54 91.88 -
YUV 97.59 214.01 188.2 -
System Red Green Blue C M Y K H S L
Decimal 182 25 250 0.27 0.9 0 0.02 281.87 0.96 0.54
Hex B6 19 FA 1B 5A 0 2 11A 60 36
Octal 266 31 372 33 132 0 2 432 140 66
Binary 10110110 11001 11111010 11011 1011010 0 10 100011010 1100000 110110

Color Harmonies of #B619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619FA

Black with #B619FA

Text Example


Text Example

White with #B619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619FA; }

 p { color: rgb(182,25,250); }

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

background-color css

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

 a { background-color: rgb(182,25,250); }

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

border-color css

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

 span { border-color: rgb(182,25,250); }

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