Html Css Color HEX #B616F6 Electric Purple

📋 copy color: '#B616F6'

red 182 ◦ green 22 ◦ blue 246

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

Shades of Electric Purple #B616F6

Tints of Electric Purple #B616F6

RGB

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

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

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

R = 40.44%
G = 4.89%
B = 54.67%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B616F6 (or 0xB616F6) is known color: Electric Purple. HEX triplet: B6, 16 and F6. RGB value is (182,22,246). Sum of RGB (Red+Green+Blue) = 182+22+246=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #B616F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B616F6 is #49E909. Grayscale: #5E5E5E. Windows color (decimal): -4843786 or 16127670. OLE color: 16127670.

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

Color convert

RGB 182 22 246 -
CMYK 0.26 0.91 0 0.04
HSL 282.86º 0.93% 0.53% -
HSV(B) 282.86º 0.91% 0.96% -
XYZ 36.21 17.17 88.59 -
YUV 95.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 182 22 246 0.26 0.91 0 0.04 282.86 0.93 0.53
Hex B6 16 F6 1A 5B 0 4 11B 5D 35
Octal 266 26 366 32 133 0 4 433 135 65
Binary 10110110 10110 11110110 11010 1011011 0 100 100011011 1011101 110101

Color Harmonies of #B616F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616F6

Black with #B616F6

Text Example


Text Example

White with #B616F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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