Html Css Color HEX #B627FF Electric Purple

📋 copy color: '#B627FF'

red 182 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #B627FF

Tints of Electric Purple #B627FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 38.24%
G = 8.19%
B = 53.57%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B627FF (or 0xB627FF) is known color: Electric Purple. HEX triplet: B6, 27 and FF. RGB value is (182,39,255). Sum of RGB (Red+Green+Blue) = 182+39+255=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B627FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B627FF is #49D800. Grayscale: #696969. Windows color (decimal): -4839425 or 16721846. OLE color: 16721846.

HSL color Cylindrical-coordinate representation of color #B627FF: hue angle of 279.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B627FF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 39 255 -
CMYK 0.29 0.85 0 0
HSL 279.72º 1% 0.58% -
HSV(B) 279.72º 0.85% 1% -
XYZ 38.07 18.62 96.19 -
YUV 106.38 211.88 181.94 -
System Red Green Blue C M Y K H S L
Decimal 182 39 255 0.29 0.85 0 0 279.72 1 0.58
Hex B6 27 FF 1D 55 0 0 118 64 3A
Octal 266 47 377 35 125 0 0 430 144 72
Binary 10110110 100111 11111111 11101 1010101 0 0 100011000 1100100 111010

Color Harmonies of #B627FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B627FF

Black with #B627FF

Text Example


Text Example

White with #B627FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B627FF; }

 p { color: rgb(182,39,255); }

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

background-color css

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

 a { background-color: rgb(182,39,255); }

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

border-color css

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

 span { border-color: rgb(182,39,255); }

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