Html Css Color HEX #B618F8 Electric Purple

📋 copy color: '#B618F8'

red 182 ◦ green 24 ◦ blue 248

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

Shades of Electric Purple #B618F8

Tints of Electric Purple #B618F8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

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

R = 40.09%
G = 5.29%
B = 54.63%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B618F8 (or 0xB618F8) is known color: Electric Purple. HEX triplet: B6, 18 and F8. RGB value is (182,24,248). Sum of RGB (Red+Green+Blue) = 182+24+248=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #B618F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618F8 is #49E707. Grayscale: #606060. Windows color (decimal): -4843272 or 16259254. OLE color: 16259254.

HSL color Cylindrical-coordinate representation of color #B618F8: hue angle of 282.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B618F8 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 24 248 -
CMYK 0.27 0.90 0 0.03
HSL 282.32º 0.94% 0.53% -
HSV(B) 282.32º 0.9% 0.97% -
XYZ 36.56 17.38 90.23 -
YUV 96.78 213.35 188.79 -
System Red Green Blue C M Y K H S L
Decimal 182 24 248 0.27 0.90 0 0.03 282.32 0.94 0.53
Hex B6 18 F8 1B 5A 0 3 11A 5E 35
Octal 266 30 370 33 132 0 3 432 136 65
Binary 10110110 11000 11111000 11011 1011010 0 11 100011010 1011110 110101

Color Harmonies of #B618F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618F8

Black with #B618F8

Text Example


Text Example

White with #B618F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618F8; }

 p { color: rgb(182,24,248); }

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

background-color css

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

 a { background-color: rgb(182,24,248); }

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

border-color css

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

 span { border-color: rgb(182,24,248); }

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