Html Css Color HEX #B634FE Electric Purple

📋 copy color: '#B634FE'

red 182 ◦ green 52 ◦ blue 254

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

Shades of Electric Purple #B634FE

Tints of Electric Purple #B634FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.66%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 37.3%
G = 10.66%
B = 52.05%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B634FE (or 0xB634FE) is known color: Electric Purple. HEX triplet: B6, 34 and FE. RGB value is (182,52,254). Sum of RGB (Red+Green+Blue) = 182+52+254=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #B634FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B634FE is #49CB01. Grayscale: #717171. Windows color (decimal): -4836098 or 16659638. OLE color: 16659638.

HSL color Cylindrical-coordinate representation of color #B634FE: hue angle of 278.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B634FE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 52 254 -
CMYK 0.28 0.80 0 0.00
HSL 278.61º 0.99% 0.6% -
HSV(B) 278.61º 0.8% 1% -
XYZ 38.41 19.56 95.52 -
YUV 113.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 182 52 254 0.28 0.80 0 0.00 278.61 0.99 0.6
Hex B6 34 FE 1C 50 0 0 117 63 3C
Octal 266 64 376 34 120 0 0 427 143 74
Binary 10110110 110100 11111110 11100 1010000 0 0 100010111 1100011 111100

Color Harmonies of #B634FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634FE

Black with #B634FE

Text Example


Text Example

White with #B634FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634FE; }

 p { color: rgb(182,52,254); }

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

background-color css

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

 a { background-color: rgb(182,52,254); }

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

border-color css

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

 span { border-color: rgb(182,52,254); }

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