Html Css Color HEX #B82CF0 Electric Purple

📋 copy color: '#B82CF0'

red 184 ◦ green 44 ◦ blue 240

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

Shades of Electric Purple #B82CF0

Tints of Electric Purple #B82CF0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 39.32%
G = 9.4%
B = 51.28%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B82CF0 (or 0xB82CF0) is known color: Electric Purple. HEX triplet: B8, 2C and F0. RGB value is (184,44,240). Sum of RGB (Red+Green+Blue) = 184+44+240=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #B82CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CF0 is #47D30F. Grayscale: #6B6B6B. Windows color (decimal): -4707088 or 15740088. OLE color: 15740088.

HSL color Cylindrical-coordinate representation of color #B82CF0: hue angle of 282.86º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82CF0 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 44 240 -
CMYK 0.23 0.82 0 0.06
HSL 282.86º 0.87% 0.56% -
HSV(B) 282.86º 0.82% 0.94% -
XYZ 36.4 18.28 84.05 -
YUV 108.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 184 44 240 0.23 0.82 0 0.06 282.86 0.87 0.56
Hex B8 2C F0 17 52 0 6 11B 57 38
Octal 270 54 360 27 122 0 6 433 127 70
Binary 10111000 101100 11110000 10111 1010010 0 110 100011011 1010111 111000

Color Harmonies of #B82CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CF0

Black with #B82CF0

Text Example


Text Example

White with #B82CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CF0; }

 p { color: rgb(184,44,240); }

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

background-color css

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

 a { background-color: rgb(184,44,240); }

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

border-color css

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

 span { border-color: rgb(184,44,240); }

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