Html Css Color HEX #B630FE Electric Purple

📋 copy color: '#B630FE'

red 182 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #B630FE

Tints of Electric Purple #B630FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.92%

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

R = 37.6%
G = 9.92%
B = 52.48%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B630FE (or 0xB630FE) is known color: Electric Purple. HEX triplet: B6, 30 and FE. RGB value is (182,48,254). Sum of RGB (Red+Green+Blue) = 182+48+254=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B630FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B630FE is #49CF01. Grayscale: #6E6E6E. Windows color (decimal): -4837122 or 16658614. OLE color: 16658614.

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

Color convert

RGB 182 48 254 -
CMYK 0.28 0.81 0 0.00
HSL 279.03º 0.99% 0.59% -
HSV(B) 279.03º 0.81% 1% -
XYZ 38.24 19.21 95.46 -
YUV 111.55 208.39 178.25 -
System Red Green Blue C M Y K H S L
Decimal 182 48 254 0.28 0.81 0 0.00 279.03 0.99 0.59
Hex B6 30 FE 1C 51 0 0 117 63 3B
Octal 266 60 376 34 121 0 0 427 143 73
Binary 10110110 110000 11111110 11100 1010001 0 0 100010111 1100011 111011

Color Harmonies of #B630FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630FE

Black with #B630FE

Text Example


Text Example

White with #B630FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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