Html Css Color HEX #B628FC Electric Purple

📋 copy color: '#B628FC'

red 182 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #B628FC

Tints of Electric Purple #B628FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 38.4%
G = 8.44%
B = 53.16%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B628FC (or 0xB628FC) is known color: Electric Purple. HEX triplet: B6, 28 and FC. RGB value is (182,40,252). Sum of RGB (Red+Green+Blue) = 182+40+252=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #B628FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B628FC is #49D703. Grayscale: #696969. Windows color (decimal): -4839172 or 16525494. OLE color: 16525494.

HSL color Cylindrical-coordinate representation of color #B628FC: hue angle of 280.19º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B628FC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 40 252 -
CMYK 0.28 0.84 0 0.01
HSL 280.19º 0.97% 0.57% -
HSV(B) 280.19º 0.84% 0.99% -
XYZ 37.62 18.49 93.68 -
YUV 106.63 210.04 181.76 -
System Red Green Blue C M Y K H S L
Decimal 182 40 252 0.28 0.84 0 0.01 280.19 0.97 0.57
Hex B6 28 FC 1C 54 0 1 118 61 39
Octal 266 50 374 34 124 0 1 430 141 71
Binary 10110110 101000 11111100 11100 1010100 0 1 100011000 1100001 111001

Color Harmonies of #B628FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628FC

Black with #B628FC

Text Example


Text Example

White with #B628FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628FC; }

 p { color: rgb(182,40,252); }

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

background-color css

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

 a { background-color: rgb(182,40,252); }

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

border-color css

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

 span { border-color: rgb(182,40,252); }

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