Html Css Color HEX #B619F6 Electric Purple

📋 copy color: '#B619F6'

red 182 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #B619F6

Tints of Electric Purple #B619F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.3%

R = 40.18%
G = 5.52%
B = 54.3%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B619F6 (or 0xB619F6) is known color: Electric Purple. HEX triplet: B6, 19 and F6. RGB value is (182,25,246). Sum of RGB (Red+Green+Blue) = 182+25+246=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #B619F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619F6 is #49E609. Grayscale: #606060. Windows color (decimal): -4843018 or 16128438. OLE color: 16128438.

HSL color Cylindrical-coordinate representation of color #B619F6: hue angle of 282.62º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B619F6 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 25 246 -
CMYK 0.26 0.90 0 0.04
HSL 282.62º 0.92% 0.53% -
HSV(B) 282.62º 0.9% 0.96% -
XYZ 36.27 17.29 88.62 -
YUV 97.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 182 25 246 0.26 0.90 0 0.04 282.62 0.92 0.53
Hex B6 19 F6 1A 5A 0 4 11B 5C 35
Octal 266 31 366 32 132 0 4 433 134 65
Binary 10110110 11001 11110110 11010 1011010 0 100 100011011 1011100 110101

Color Harmonies of #B619F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619F6

Black with #B619F6

Text Example


Text Example

White with #B619F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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