Html Css Color HEX #B82AF6 Electric Purple

📋 copy color: '#B82AF6'

red 184 ◦ green 42 ◦ blue 246

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

Shades of Electric Purple #B82AF6

Tints of Electric Purple #B82AF6

RGB

 RED value IS 184 (72.27% from 255) = 38.98%

 GREEN value IS 42 (16.8% from 255) = 8.9%

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

R = 38.98%
G = 8.9%
B = 52.12%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B82AF6 (or 0xB82AF6) is known color: Electric Purple. HEX triplet: B8, 2A and F6. RGB value is (184,42,246). Sum of RGB (Red+Green+Blue) = 184+42+246=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #B82AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82AF6 is #47D509. Grayscale: #6B6B6B. Windows color (decimal): -4707594 or 16132792. OLE color: 16132792.

HSL color Cylindrical-coordinate representation of color #B82AF6: hue angle of 281.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82AF6 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 42 246 -
CMYK 0.25 0.83 0 0.04
HSL 281.76º 0.92% 0.56% -
HSV(B) 281.76º 0.83% 0.96% -
XYZ 37.23 18.5 88.8 -
YUV 107.71 206.04 182.41 -
System Red Green Blue C M Y K H S L
Decimal 184 42 246 0.25 0.83 0 0.04 281.76 0.92 0.56
Hex B8 2A F6 19 53 0 4 11A 5C 38
Octal 270 52 366 31 123 0 4 432 134 70
Binary 10111000 101010 11110110 11001 1010011 0 100 100011010 1011100 111000

Color Harmonies of #B82AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AF6

Black with #B82AF6

Text Example


Text Example

White with #B82AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AF6; }

 p { color: rgb(184,42,246); }

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

background-color css

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

 a { background-color: rgb(184,42,246); }

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

border-color css

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

 span { border-color: rgb(184,42,246); }

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