Html Css Color HEX #B827F8 Electric Purple

📋 copy color: '#B827F8'

red 184 ◦ green 39 ◦ blue 248

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

Shades of Electric Purple #B827F8

Tints of Electric Purple #B827F8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.28%

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 39.07%
G = 8.28%
B = 52.65%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B827F8 (or 0xB827F8) is known color: Electric Purple. HEX triplet: B8, 27 and F8. RGB value is (184,39,248). Sum of RGB (Red+Green+Blue) = 184+39+248=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #B827F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827F8 is #47D807. Grayscale: #696969. Windows color (decimal): -4708360 or 16263096. OLE color: 16263096.

HSL color Cylindrical-coordinate representation of color #B827F8: hue angle of 281.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827F8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 39 248 -
CMYK 0.26 0.84 0 0.03
HSL 281.63º 0.94% 0.56% -
HSV(B) 281.63º 0.84% 0.97% -
XYZ 37.44 18.42 90.39 -
YUV 106.18 208.04 183.51 -
System Red Green Blue C M Y K H S L
Decimal 184 39 248 0.26 0.84 0 0.03 281.63 0.94 0.56
Hex B8 27 F8 1A 54 0 3 11A 5E 38
Octal 270 47 370 32 124 0 3 432 136 70
Binary 10111000 100111 11111000 11010 1010100 0 11 100011010 1011110 111000

Color Harmonies of #B827F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827F8

Black with #B827F8

Text Example


Text Example

White with #B827F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827F8; }

 p { color: rgb(184,39,248); }

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

background-color css

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

 a { background-color: rgb(184,39,248); }

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

border-color css

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

 span { border-color: rgb(184,39,248); }

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